#D5418F

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

Shades of Deep Cerise #D5418F

Tints of Deep Cerise #D5418F

Color information

#D5418F (or 0xD5418F) is unknown color: approx Deep Cerise. HEX triplet: D5, 41 and 8F. RGB value is (213,65,143). Sum of RGB (Red+Green+Blue) = 213+65+143=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D5418F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5418F is #2ABE70. Grayscale: #757575. Windows color (decimal): -2801265 or 9388501. OLE color: 9388501.

HSL color Cylindrical-coordinate representation of color #D5418F: hue angle of 328.38º 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 #D5418F is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB21365143-
CMYK00.690.330.16
HSL328.38º63.79%54.51%-
HSV(B)328.38º69.48%83.53%-
XYZ34.2919.9128.02-
YUV118.14142.03195.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.59%
GREEN value IS 65 (25.78% from 255) = 15.44%
BLUE value IS 143 (56.25% from 255) = 33.97%
R=50.59%
G=15.44%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136514300.690.330.16328.3863.7954.51
HexD5418F04521101484037
Octal3251012170105412051010067
Binary1101010110000011000111101000101100001100001010010001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5418F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5418F; }

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

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

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

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

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

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

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

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