#D7279C

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

Shades of Deep Cerise #D7279C

Tints of Deep Cerise #D7279C

Color information

#D7279C (or 0xD7279C) is unknown color: approx Deep Cerise. HEX triplet: D7, 27 and 9C. RGB value is (215,39,156). Sum of RGB (Red+Green+Blue) = 215+39+156=410 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.44% from 410); Green value is 39 (15.62% from 255 or 9.51% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 215 - color contains mainly: red. Hex color #D7279C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7279C is #28D863. Grayscale: #686868. Windows color (decimal): -2676836 or 10233815. OLE color: 10233815.

HSL color Cylindrical-coordinate representation of color #D7279C: hue angle of 320.11º degrees, saturation: 0.69, 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 #D7279C is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB21539156-
CMYK00.820.270.16
HSL320.11º69.29%49.8%-
HSV(B)320.11º81.86%84.31%-
XYZ34.7518.333.15-
YUV104.96156.81206.49-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 52.44%
GREEN value IS 39 (15.62% from 255) = 9.51%
BLUE value IS 156 (61.33% from 255) = 38.05%
R=52.44%
G=9.51%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2153915600.820.270.16320.1169.2949.8
HexD7279C0521B101404532
Octal327472340122332050010562
Binary11010111100111100111000101001011011100001010000001000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7279C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7279C; }

 p { color: rgb(215,39,156); }

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

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

 a { background-color: rgb(215,39,156); }

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

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

 span { border-color: rgb(215,39,156); }

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