Html Css Color HEX #D1216A Cerise

📋 copy color: '#D1216A'

red 209 ◦ green 33 ◦ blue 106

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

Shades of Cerise #D1216A

Tints of Cerise #D1216A

RGB

 RED value IS 209 (82.03% from 255) = 60.06%

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

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

R = 60.06%
G = 9.48%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D1216A (or 0xD1216A) is known color: Cerise. HEX triplet: D1, 21 and 6A. RGB value is (209,33,106). Sum of RGB (Red+Green+Blue) = 209+33+106=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D1216A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1216A is #2EDE95. Grayscale: #5D5D5D. Windows color (decimal): -3071638 or 6955473. OLE color: 6955473.

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

Color convert

RGB 209 33 106 -
CMYK 0 0.84 0.49 0.18
HSL 335.11º 0.73% 0.47% -
HSV(B) 335.11º 0.84% 0.82% -
XYZ 29.44 15.68 15.11 -
YUV 93.95 134.81 210.06 -
System Red Green Blue C M Y K H S L
Decimal 209 33 106 0 0.84 0.49 0.18 335.11 0.73 0.47
Hex D1 21 6A 0 54 31 12 14F 49 2F
Octal 321 41 152 0 124 61 22 517 111 57
Binary 11010001 100001 1101010 0 1010100 110001 10010 101001111 1001001 101111

Color Harmonies of #D1216A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1216A

Black with #D1216A

Text Example


Text Example

White with #D1216A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1216A; }

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

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

background-color css

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

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

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

border-color css

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

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

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