Html Css Color HEX #D12974 Deep Cerise

📋 copy color: '#D12974'

red 209 ◦ green 41 ◦ blue 116

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

Shades of Deep Cerise #D12974

Tints of Deep Cerise #D12974

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.2%

 BLUE value IS 116 (45.7% from 255) = 31.69%

R = 57.1%
G = 11.2%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D12974 (or 0xD12974) is known color: Deep Cerise. HEX triplet: D1, 29 and 74. RGB value is (209,41,116). Sum of RGB (Red+Green+Blue) = 209+41+116=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D12974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12974 is #2ED68B. Grayscale: #636363. Windows color (decimal): -3069580 or 7612881. OLE color: 7612881.

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

Color convert

RGB 209 41 116 -
CMYK 0 0.80 0.44 0.18
HSL 333.21º 0.67% 0.49% -
HSV(B) 333.21º 0.8% 0.82% -
XYZ 30.24 16.4 18.1 -
YUV 99.78 137.16 205.9 -
System Red Green Blue C M Y K H S L
Decimal 209 41 116 0 0.80 0.44 0.18 333.21 0.67 0.49
Hex D1 29 74 0 50 2C 12 14D 43 31
Octal 321 51 164 0 120 54 22 515 103 61
Binary 11010001 101001 1110100 0 1010000 101100 10010 101001101 1000011 110001

Color Harmonies of #D12974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12974

Black with #D12974

Text Example


Text Example

White with #D12974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12974; }

 p { color: rgb(209,41,116); }

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

background-color css

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

 a { background-color: rgb(209,41,116); }

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

border-color css

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

 span { border-color: rgb(209,41,116); }

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