Html Css Color HEX #D2216A Cerise

📋 copy color: '#D2216A'

red 210 ◦ green 33 ◦ blue 106

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

Shades of Cerise #D2216A

Tints of Cerise #D2216A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.46%

 BLUE value IS 106 (41.8% from 255) = 30.37%

R = 60.17%
G = 9.46%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D2216A (or 0xD2216A) is known color: Cerise. HEX triplet: D2, 21 and 6A. RGB value is (210,33,106). Sum of RGB (Red+Green+Blue) = 210+33+106=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 33 (13.28% from 255 or 9.46% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D2216A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2216A is #2DDE95. Grayscale: #5E5E5E. Windows color (decimal): -3006102 or 6955474. OLE color: 6955474.

HSL color Cylindrical-coordinate representation of color #D2216A: hue angle of 335.25º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D2216A is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 33 106 -
CMYK 0 0.84 0.50 0.18
HSL 335.25º 0.73% 0.48% -
HSV(B) 335.25º 0.84% 0.82% -
XYZ 29.72 15.83 15.12 -
YUV 94.25 134.64 210.56 -
System Red Green Blue C M Y K H S L
Decimal 210 33 106 0 0.84 0.50 0.18 335.25 0.73 0.48
Hex D2 21 6A 0 54 32 12 14F 49 30
Octal 322 41 152 0 124 62 22 517 111 60
Binary 11010010 100001 1101010 0 1010100 110010 10010 101001111 1001001 110000

Color Harmonies of #D2216A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2216A

Black with #D2216A

Text Example


Text Example

White with #D2216A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2216A; }

 p { color: rgb(210,33,106); }

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

background-color css

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

 a { background-color: rgb(210,33,106); }

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

border-color css

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

 span { border-color: rgb(210,33,106); }

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