Html Css Color HEX #D12875 Deep Cerise

📋 copy color: '#D12875'

red 209 ◦ green 40 ◦ blue 117

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

Shades of Deep Cerise #D12875

Tints of Deep Cerise #D12875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.97%

R = 57.1%
G = 10.93%
B = 31.97%

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

#D12875 (or 0xD12875) is known color: Deep Cerise. HEX triplet: D1, 28 and 75. RGB value is (209,40,117). Sum of RGB (Red+Green+Blue) = 209+40+117=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 40 (16.02% from 255 or 10.93% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D12875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12875 is #2ED78A. Grayscale: #636363. Windows color (decimal): -3069835 or 7678161. OLE color: 7678161.

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

Color convert

RGB 209 40 117 -
CMYK 0 0.81 0.44 0.18
HSL 332.66º 0.68% 0.49% -
HSV(B) 332.66º 0.81% 0.82% -
XYZ 30.26 16.36 18.39 -
YUV 99.31 137.99 206.24 -
System Red Green Blue C M Y K H S L
Decimal 209 40 117 0 0.81 0.44 0.18 332.66 0.68 0.49
Hex D1 28 75 0 51 2C 12 14D 44 31
Octal 321 50 165 0 121 54 22 515 104 61
Binary 11010001 101000 1110101 0 1010001 101100 10010 101001101 1000100 110001

Color Harmonies of #D12875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12875

Black with #D12875

Text Example


Text Example

White with #D12875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12875; }

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

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

background-color css

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

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

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

border-color css

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

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

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