Html Css Color HEX #D22BA1 Deep Cerise

📋 copy color: '#D22BA1'

red 210 ◦ green 43 ◦ blue 161

#D22BA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #D22BA1

Tints of Deep Cerise #D22BA1

RGB

 RED value IS 210 (82.42% from 255) = 50.72%

 GREEN value IS 43 (17.19% from 255) = 10.39%

 BLUE value IS 161 (63.28% from 255) = 38.89%

R = 50.72%
G = 10.39%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.23

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D22BA1 (or 0xD22BA1) is known color: Deep Cerise. HEX triplet: D2, 2B and A1. RGB value is (210,43,161). Sum of RGB (Red+Green+Blue) = 210+43+161=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 43 (17.19% from 255 or 10.39% from 414); Blue value is 161 (63.28% from 255 or 38.89% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D22BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22BA1 is #2DD45E. Grayscale: #6A6A6A. Windows color (decimal): -3003487 or 10562514. OLE color: 10562514.

HSL color Cylindrical-coordinate representation of color #D22BA1: hue angle of 317.6º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D22BA1 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 43 161 -
CMYK 0 0.80 0.23 0.18
HSL 317.6º 0.66% 0.5% -
HSV(B) 317.6º 0.8% 0.82% -
XYZ 33.88 18 35.41 -
YUV 106.39 158.83 201.91 -
System Red Green Blue C M Y K H S L
Decimal 210 43 161 0 0.80 0.23 0.18 317.6 0.66 0.5
Hex D2 2B A1 0 50 17 12 13E 42 32
Octal 322 53 241 0 120 27 22 476 102 62
Binary 11010010 101011 10100001 0 1010000 10111 10010 100111110 1000010 110010

Color Harmonies of #D22BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22BA1

Black with #D22BA1

Text Example


Text Example

White with #D22BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22BA1; }

 p { color: rgb(210,43,161); }

 H1.HeaderClassName
 {
   color: #D22BA1;
 }
 .AnyTagClassName
 {
   color: #D22BA1;
 }
</style>

background-color css

<style>
 a { background-color: #D22BA1; }

 a { background-color: rgb(210,43,161); }

 div.DivClassName
 {
   background-color: #D22BA1;
 }
 .BgClassName
 {
   background-color: #D22BA1;
 }
</style>

border-color css

<style>
 span { border-color: #D22BA1; }

 span { border-color: rgb(210,43,161); }

 td.TdClassName
 {
   border-color: #D22BA1;
 }
 .TagClassName
 {
   border-color: #D22BA1;
 }
</style>