#D8269C

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

Shades of Deep Cerise #D8269C

Tints of Deep Cerise #D8269C

Color information

#D8269C (or 0xD8269C) is unknown color: approx Deep Cerise. HEX triplet: D8, 26 and 9C. RGB value is (216,38,156). Sum of RGB (Red+Green+Blue) = 216+38+156=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 38 (15.23% from 255 or 9.27% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D8269C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8269C is #27D963. Grayscale: #686868. Windows color (decimal): -2611556 or 10233560. OLE color: 10233560.

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

Color convert

RGB21638156-
CMYK00.820.280.15
HSL320.22º70.08%49.8%-
HSV(B)320.22º82.41%84.71%-
XYZ35.0118.3933.16-
YUV104.67156.97207.41-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 52.68%
GREEN value IS 38 (15.23% from 255) = 9.27%
BLUE value IS 156 (61.33% from 255) = 38.05%
R=52.68%
G=9.27%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2163815600.820.280.15320.2270.0849.8
HexD8269C0521CF1404632
Octal330462340122341750010662
Binary1101100010011010011100010100101110011111010000001000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8269C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8269C; }

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

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

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

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

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

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

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

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