#D8258B

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

Shades of Deep Cerise #D8258B

Tints of Deep Cerise #D8258B

Color information

#D8258B (or 0xD8258B) is unknown color: approx Deep Cerise. HEX triplet: D8, 25 and 8B. RGB value is (216,37,139). Sum of RGB (Red+Green+Blue) = 216+37+139=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 37 (14.84% from 255 or 9.44% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D8258B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8258B is #27DA74. Grayscale: #656565. Windows color (decimal): -2611829 or 9119192. OLE color: 9119192.

HSL color Cylindrical-coordinate representation of color #D8258B: hue angle of 325.81º 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 #D8258B is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB21637139-
CMYK00.830.360.15
HSL325.81º70.75%49.61%-
HSV(B)325.81º82.87%84.71%-
XYZ33.6417.7926.09-
YUV102.15148.8209.21-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 55.10%
GREEN value IS 37 (14.84% from 255) = 9.44%
BLUE value IS 139 (54.69% from 255) = 35.46%
R=55.10%
G=9.44%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2163713900.830.360.15325.8170.7549.61
HexD8258B05324F1464732
Octal330452130123441750610762
Binary11011000100101100010110101001110010011111010001101000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8258B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8258B; }

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

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

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

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

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

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

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

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