Html Css Color HEX #D12C74 Deep Cerise

📋 copy color: '#D12C74'

red 209 ◦ green 44 ◦ blue 116

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

Shades of Deep Cerise #D12C74

Tints of Deep Cerise #D12C74

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.92%

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

R = 56.64%
G = 11.92%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D12C74 (or 0xD12C74) is known color: Deep Cerise. HEX triplet: D1, 2C and 74. RGB value is (209,44,116). Sum of RGB (Red+Green+Blue) = 209+44+116=369 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.64% from 369); Green value is 44 (17.58% from 255 or 11.92% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 209 - color contains mainly: red. Hex color #D12C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12C74 is #2ED38B. Grayscale: #656565. Windows color (decimal): -3068812 or 7613649. OLE color: 7613649.

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

Color convert

RGB 209 44 116 -
CMYK 0 0.79 0.44 0.18
HSL 333.82º 0.65% 0.5% -
HSV(B) 333.82º 0.79% 0.82% -
XYZ 30.35 16.62 18.13 -
YUV 101.54 136.16 204.65 -
System Red Green Blue C M Y K H S L
Decimal 209 44 116 0 0.79 0.44 0.18 333.82 0.65 0.5
Hex D1 2C 74 0 4F 2C 12 14E 41 32
Octal 321 54 164 0 117 54 22 516 101 62
Binary 11010001 101100 1110100 0 1001111 101100 10010 101001110 1000001 110010

Color Harmonies of #D12C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12C74

Black with #D12C74

Text Example


Text Example

White with #D12C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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