#D8399B

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

Shades of Deep Cerise #D8399B

Tints of Deep Cerise #D8399B

Color information

#D8399B (or 0xD8399B) is unknown color: approx Deep Cerise. HEX triplet: D8, 39 and 9B. RGB value is (216,57,155). Sum of RGB (Red+Green+Blue) = 216+57+155=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 57 (22.66% from 255 or 13.32% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D8399B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8399B is #27C664. Grayscale: #737373. Windows color (decimal): -2606693 or 10172888. OLE color: 10172888.

HSL color Cylindrical-coordinate representation of color #D8399B: hue angle of 323.02º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D8399B is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB21657155-
CMYK00.740.280.15
HSL323.02º67.09%53.53%-
HSV(B)323.02º73.61%84.71%-
XYZ35.719.8932.97-
YUV115.71150.18199.53-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.47%
GREEN value IS 57 (22.66% from 255) = 13.32%
BLUE value IS 155 (60.94% from 255) = 36.21%
R=50.47%
G=13.32%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2165715500.740.280.15323.0267.0953.53
HexD8399B04A1CF1434336
Octal330712330112341750310366
Binary1101100011100110011011010010101110011111010000111000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8399B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8399B; }

 p { color: rgb(216,57,155); }

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

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

 a { background-color: rgb(216,57,155); }

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

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

 span { border-color: rgb(216,57,155); }

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