Html Css Color HEX #D12F91 Deep Cerise

📋 copy color: '#D12F91'

red 209 ◦ green 47 ◦ blue 145

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

Shades of Deep Cerise #D12F91

Tints of Deep Cerise #D12F91

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.72%

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

R = 52.12%
G = 11.72%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D12F91 (or 0xD12F91) is known color: Deep Cerise. HEX triplet: D1, 2F and 91. RGB value is (209,47,145). Sum of RGB (Red+Green+Blue) = 209+47+145=401 (53% of max value = 765). Red value is 209 (82.03% from 255 or 52.12% from 401); Green value is 47 (18.75% from 255 or 11.72% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 209 - color contains mainly: red. Hex color #D12F91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12F91 is #2ED06E. Grayscale: #6A6A6A. Windows color (decimal): -3068015 or 9514961. OLE color: 9514961.

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

Color convert

RGB 209 47 145 -
CMYK 0 0.78 0.31 0.18
HSL 323.7º 0.64% 0.5% -
HSV(B) 323.7º 0.78% 0.82% -
XYZ 32.42 17.63 28.48 -
YUV 106.61 149.67 201.03 -
System Red Green Blue C M Y K H S L
Decimal 209 47 145 0 0.78 0.31 0.18 323.7 0.64 0.5
Hex D1 2F 91 0 4E 1F 12 144 40 32
Octal 321 57 221 0 116 37 22 504 100 62
Binary 11010001 101111 10010001 0 1001110 11111 10010 101000100 1000000 110010

Color Harmonies of #D12F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12F91

Black with #D12F91

Text Example


Text Example

White with #D12F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12F91; }

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

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

background-color css

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

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

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

border-color css

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

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

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