#D7268E

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

Shades of Deep Cerise #D7268E

Tints of Deep Cerise #D7268E

Color information

#D7268E (or 0xD7268E) is unknown color: approx Deep Cerise. HEX triplet: D7, 26 and 8E. RGB value is (215,38,142). Sum of RGB (Red+Green+Blue) = 215+38+142=395 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.43% from 395); Green value is 38 (15.23% from 255 or 9.62% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 215 - color contains mainly: red. Hex color #D7268E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7268E is #28D971. Grayscale: #666666. Windows color (decimal): -2677106 or 9316055. OLE color: 9316055.

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

Color convert

RGB21538142-
CMYK00.820.340.16
HSL324.75º69.96%49.61%-
HSV(B)324.75º82.33%84.31%-
XYZ33.617.7927.25-
YUV102.78150.14208.04-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 54.43%
GREEN value IS 38 (15.23% from 255) = 9.62%
BLUE value IS 142 (55.86% from 255) = 35.95%
R=54.43%
G=9.62%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2153814200.820.340.16324.7569.9649.61
HexD7268E05222101454632
Octal327462160122422050510662
Binary110101111001101000111001010010100010100001010001011000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7268E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7268E; }

 p { color: rgb(215,38,142); }

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

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

 a { background-color: rgb(215,38,142); }

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

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

 span { border-color: rgb(215,38,142); }

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