#D8259A

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

Shades of Deep Cerise #D8259A

Tints of Deep Cerise #D8259A

Color information

#D8259A (or 0xD8259A) is unknown color: approx Deep Cerise. HEX triplet: D8, 25 and 9A. RGB value is (216,37,154). Sum of RGB (Red+Green+Blue) = 216+37+154=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 37 (14.84% from 255 or 9.09% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D8259A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8259A is #27DA65. Grayscale: #676767. Windows color (decimal): -2611814 or 10102232. OLE color: 10102232.

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

Color convert

RGB21637154-
CMYK00.830.290.15
HSL320.78º70.75%49.61%-
HSV(B)320.78º82.87%84.71%-
XYZ34.8118.2632.26-
YUV103.86156.3207.99-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 53.07%
GREEN value IS 37 (14.84% from 255) = 9.09%
BLUE value IS 154 (60.55% from 255) = 37.84%
R=53.07%
G=9.09%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2163715400.830.290.15320.7870.7549.61
HexD8259A0531DF1414732
Octal330452320123351750110762
Binary1101100010010110011010010100111110111111010000011000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8259A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8259A; }

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

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

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

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

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

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

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

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