#D5417F

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

Shades of Deep Cerise #D5417F

Tints of Deep Cerise #D5417F

Color information

#D5417F (or 0xD5417F) is unknown color: approx Deep Cerise. HEX triplet: D5, 41 and 7F. RGB value is (213,65,127). Sum of RGB (Red+Green+Blue) = 213+65+127=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D5417F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5417F is #2ABE80. Grayscale: #747474. Windows color (decimal): -2801281 or 8339925. OLE color: 8339925.

HSL color Cylindrical-coordinate representation of color #D5417F: hue angle of 334.86º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5417F is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB21365127-
CMYK00.690.400.16
HSL334.86º63.79%54.51%-
HSV(B)334.86º69.48%83.53%-
XYZ33.1619.4622.09-
YUV116.32134.03196.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.59%
GREEN value IS 65 (25.78% from 255) = 16.05%
BLUE value IS 127 (50% from 255) = 31.36%
R=52.59%
G=16.05%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136512700.690.400.16334.8663.7954.51
HexD5417F045281014f4037
Octal3251011770105502051710067
Binary110101011000001111111101000101101000100001010011111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5417F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5417F; }

 p { color: rgb(213,65,127); }

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

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

 a { background-color: rgb(213,65,127); }

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

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

 span { border-color: rgb(213,65,127); }

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