#D8258C

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

Shades of Deep Cerise #D8258C

Tints of Deep Cerise #D8258C

Color information

#D8258C (or 0xD8258C) is unknown color: approx Deep Cerise. HEX triplet: D8, 25 and 8C. RGB value is (216,37,140). Sum of RGB (Red+Green+Blue) = 216+37+140=393 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.96% from 393); Green value is 37 (14.84% from 255 or 9.41% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 216 - color contains mainly: red. Hex color #D8258C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8258C is #27DA73. Grayscale: #666666. Windows color (decimal): -2611828 or 9184728. OLE color: 9184728.

HSL color Cylindrical-coordinate representation of color #D8258C: hue angle of 325.47º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D8258C is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB21637140-
CMYK00.830.350.15
HSL325.47º70.75%49.61%-
HSV(B)325.47º82.87%84.71%-
XYZ33.7117.8226.47-
YUV102.26149.3209.12-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 54.96%
GREEN value IS 37 (14.84% from 255) = 9.41%
BLUE value IS 140 (55.08% from 255) = 35.62%
R=54.96%
G=9.41%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2163714000.830.350.15325.4770.7549.61
HexD8258C05323F1454732
Octal330452140123431750510762
Binary11011000100101100011000101001110001111111010001011000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8258C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8258C; }

 p { color: rgb(216,37,140); }

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

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

 a { background-color: rgb(216,37,140); }

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

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

 span { border-color: rgb(216,37,140); }

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