Html Css Color HEX #D12791 Deep Cerise

📋 copy color: '#D12791'

red 209 ◦ green 39 ◦ blue 145

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

Shades of Deep Cerise #D12791

Tints of Deep Cerise #D12791

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.92%

 BLUE value IS 145 (57.03% from 255) = 36.9%

R = 53.18%
G = 9.92%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D12791 (or 0xD12791) is known color: Deep Cerise. HEX triplet: D1, 27 and 91. RGB value is (209,39,145). Sum of RGB (Red+Green+Blue) = 209+39+145=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 39 (15.62% from 255 or 9.92% from 393); Blue value is 145 (57.03% from 255 or 36.90% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D12791 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12791 is #2ED86E. Grayscale: #656565. Windows color (decimal): -3070063 or 9512913. OLE color: 9512913.

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

Color convert

RGB 209 39 145 -
CMYK 0 0.81 0.31 0.18
HSL 322.59º 0.69% 0.49% -
HSV(B) 322.59º 0.81% 0.82% -
XYZ 32.13 17.05 28.39 -
YUV 101.91 152.32 204.38 -
System Red Green Blue C M Y K H S L
Decimal 209 39 145 0 0.81 0.31 0.18 322.59 0.69 0.49
Hex D1 27 91 0 51 1F 12 143 45 31
Octal 321 47 221 0 121 37 22 503 105 61
Binary 11010001 100111 10010001 0 1010001 11111 10010 101000011 1000101 110001

Color Harmonies of #D12791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12791

Black with #D12791

Text Example


Text Example

White with #D12791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12791; }

 p { color: rgb(209,39,145); }

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

background-color css

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

 a { background-color: rgb(209,39,145); }

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

border-color css

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

 span { border-color: rgb(209,39,145); }

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