#D8268C

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

Shades of Deep Cerise #D8268C

Tints of Deep Cerise #D8268C

Color information

#D8268C (or 0xD8268C) is unknown color: approx Deep Cerise. HEX triplet: D8, 26 and 8C. RGB value is (216,38,140). Sum of RGB (Red+Green+Blue) = 216+38+140=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 38 (15.23% from 255 or 9.64% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D8268C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8268C is #27D973. Grayscale: #666666. Windows color (decimal): -2611572 or 9184984. OLE color: 9184984.

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

Color convert

RGB21638140-
CMYK00.820.350.15
HSL325.62º70.08%49.8%-
HSV(B)325.62º82.41%84.71%-
XYZ33.7517.8826.48-
YUV102.85148.97208.71-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 54.82%
GREEN value IS 38 (15.23% from 255) = 9.64%
BLUE value IS 140 (55.08% from 255) = 35.53%
R=54.82%
G=9.64%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2163814000.820.350.15325.6270.0849.8
HexD8268C05223F1464632
Octal330462140122431750610662
Binary11011000100110100011000101001010001111111010001101000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8268C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8268C; }

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

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

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

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

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

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

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

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