Html Css Color HEX #D12876 Deep Cerise

📋 copy color: '#D12876'

red 209 ◦ green 40 ◦ blue 118

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

Shades of Deep Cerise #D12876

Tints of Deep Cerise #D12876

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.9%

 BLUE value IS 118 (46.48% from 255) = 32.15%

R = 56.95%
G = 10.9%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D12876 (or 0xD12876) is known color: Deep Cerise. HEX triplet: D1, 28 and 76. RGB value is (209,40,118). Sum of RGB (Red+Green+Blue) = 209+40+118=367 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.95% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 209 - color contains mainly: red. Hex color #D12876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12876 is #2ED789. Grayscale: #636363. Windows color (decimal): -3069834 or 7743697. OLE color: 7743697.

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

Color convert

RGB 209 40 118 -
CMYK 0 0.81 0.44 0.18
HSL 332.31º 0.68% 0.49% -
HSV(B) 332.31º 0.81% 0.82% -
XYZ 30.32 16.38 18.7 -
YUV 99.42 138.49 206.16 -
System Red Green Blue C M Y K H S L
Decimal 209 40 118 0 0.81 0.44 0.18 332.31 0.68 0.49
Hex D1 28 76 0 51 2C 12 14C 44 31
Octal 321 50 166 0 121 54 22 514 104 61
Binary 11010001 101000 1110110 0 1010001 101100 10010 101001100 1000100 110001

Color Harmonies of #D12876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12876

Black with #D12876

Text Example


Text Example

White with #D12876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12876; }

 p { color: rgb(209,40,118); }

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

background-color css

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

 a { background-color: rgb(209,40,118); }

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

border-color css

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

 span { border-color: rgb(209,40,118); }

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