#D13975

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

Shades of Deep Cerise #D13975

Tints of Deep Cerise #D13975

Color information

#D13975 (or 0xD13975) is unknown color: approx Deep Cerise. HEX triplet: D1, 39 and 75. RGB value is (209,57,117). Sum of RGB (Red+Green+Blue) = 209+57+117=383 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.57% from 383); Green value is 57 (22.66% from 255 or 14.88% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 209 - color contains mainly: red. Hex color #D13975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13975 is #2EC68A. Grayscale: #6D6D6D. Windows color (decimal): -3065483 or 7682513. OLE color: 7682513.

HSL color Cylindrical-coordinate representation of color #D13975: hue angle of 336.32º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D13975 is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB20957117-
CMYK00.730.440.18
HSL336.32º62.3%52.16%-
HSV(B)336.32º72.73%81.96%-
XYZ30.9717.7718.63-
YUV109.29132.36199.12-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.57%
GREEN value IS 57 (22.66% from 255) = 14.88%
BLUE value IS 117 (46.09% from 255) = 30.55%
R=54.57%
G=14.88%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095711700.730.440.18336.3262.352.16
HexD139750492C121503e34
Octal32171165011154225207664
Binary1101000111100111101010100100110110010010101010000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13975; }

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

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

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

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

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

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

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

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