Html Css Color HEX #D12973 Deep Cerise

📋 copy color: '#D12973'

red 209 ◦ green 41 ◦ blue 115

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

Shades of Deep Cerise #D12973

Tints of Deep Cerise #D12973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.51%

R = 57.26%
G = 11.23%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D12973 (or 0xD12973) is known color: Deep Cerise. HEX triplet: D1, 29 and 73. RGB value is (209,41,115). Sum of RGB (Red+Green+Blue) = 209+41+115=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D12973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12973 is #2ED68C. Grayscale: #636363. Windows color (decimal): -3069581 or 7547345. OLE color: 7547345.

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

Color convert

RGB 209 41 115 -
CMYK 0 0.80 0.45 0.18
HSL 333.57º 0.67% 0.49% -
HSV(B) 333.57º 0.8% 0.82% -
XYZ 30.18 16.38 17.79 -
YUV 99.67 136.66 205.98 -
System Red Green Blue C M Y K H S L
Decimal 209 41 115 0 0.80 0.45 0.18 333.57 0.67 0.49
Hex D1 29 73 0 50 2D 12 14E 43 31
Octal 321 51 163 0 120 55 22 516 103 61
Binary 11010001 101001 1110011 0 1010000 101101 10010 101001110 1000011 110001

Color Harmonies of #D12973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12973

Black with #D12973

Text Example


Text Example

White with #D12973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12973; }

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

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

background-color css

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

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

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

border-color css

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

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

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