#D12775

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

Shades of Deep Cerise #D12775

Tints of Deep Cerise #D12775

Color information

#D12775 (or 0xD12775) is unknown color: approx Deep Cerise. HEX triplet: D1, 27 and 75. RGB value is (209,39,117). Sum of RGB (Red+Green+Blue) = 209+39+117=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 39 (15.62% from 255 or 10.68% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D12775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12775 is #2ED88A. Grayscale: #626262. Windows color (decimal): -3070091 or 7677905. OLE color: 7677905.

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

Color convert

RGB20939117-
CMYK00.810.440.18
HSL332.47º68.55%48.63%-
HSV(B)332.47º81.34%81.96%-
XYZ30.2316.2918.38-
YUV98.72138.32206.66-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 57.26%
GREEN value IS 39 (15.62% from 255) = 10.68%
BLUE value IS 117 (46.09% from 255) = 32.05%
R=57.26%
G=10.68%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2093911700.810.440.18332.4768.5548.63
HexD127750512C1214c4531
Octal321471650121542251410561
Binary11010001100111111010101010001101100100101010011001000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12775; }

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

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

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

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

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

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

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

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