Html Css Color HEX #D12168 Cerise

📋 copy color: '#D12168'

red 209 ◦ green 33 ◦ blue 104

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

Shades of Cerise #D12168

Tints of Cerise #D12168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.06%

R = 60.4%
G = 9.54%
B = 30.06%

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

#D12168 (or 0xD12168) is known color: Cerise. HEX triplet: D1, 21 and 68. RGB value is (209,33,104). Sum of RGB (Red+Green+Blue) = 209+33+104=346 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.40% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 209 - color contains mainly: red. Hex color #D12168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12168 is #2EDE97. Grayscale: #5D5D5D. Windows color (decimal): -3071640 or 6824401. OLE color: 6824401.

HSL color Cylindrical-coordinate representation of color #D12168: hue angle of 335.8º 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 #D12168 is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 33 104 -
CMYK 0 0.84 0.50 0.18
HSL 335.8º 0.73% 0.47% -
HSV(B) 335.8º 0.84% 0.82% -
XYZ 29.34 15.64 14.57 -
YUV 93.72 133.81 210.23 -
System Red Green Blue C M Y K H S L
Decimal 209 33 104 0 0.84 0.50 0.18 335.8 0.73 0.47
Hex D1 21 68 0 54 32 12 150 49 2F
Octal 321 41 150 0 124 62 22 520 111 57
Binary 11010001 100001 1101000 0 1010100 110010 10010 101010000 1001001 101111

Color Harmonies of #D12168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12168

Black with #D12168

Text Example


Text Example

White with #D12168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12168; }

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

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

background-color css

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

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

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

border-color css

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

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

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