#D12F73

Color #D12F73 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #D12F73

Tints of Deep Cerise #D12F73

Color information

#D12F73 (or 0xD12F73) is unknown color: approx Deep Cerise. HEX triplet: D1, 2F and 73. RGB value is (209,47,115). Sum of RGB (Red+Green+Blue) = 209+47+115=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 47 (18.75% from 255 or 12.67% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D12F73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12F73 is #2ED08C. Grayscale: #676767. Windows color (decimal): -3068045 or 7548881. OLE color: 7548881.

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

Color convert

RGB20947115-
CMYK00.780.450.18
HSL334.81º63.78%50.2%-
HSV(B)334.81º77.51%81.96%-
XYZ30.4116.8317.86-
YUV103.19134.67203.47-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.33%
GREEN value IS 47 (18.75% from 255) = 12.67%
BLUE value IS 115 (45.31% from 255) = 31.00%
R=56.33%
G=12.67%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2094711500.780.450.18334.8163.7850.2
HexD12F7304E2D1214f4032
Octal321571630116552251710062
Binary11010001101111111001101001110101101100101010011111000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12F73; }

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

 H1.HeaderClassName
 {
   color: #D12F73;
 }
 .AnyTagClassName
 {
   color: #D12F73;
 }
</style>
background-color css

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

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

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

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

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

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