#D7357E

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

Shades of Deep Cerise #D7357E

Tints of Deep Cerise #D7357E

Color information

#D7357E (or 0xD7357E) is unknown color: approx Deep Cerise. HEX triplet: D7, 35 and 7E. RGB value is (215,53,126). Sum of RGB (Red+Green+Blue) = 215+53+126=394 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.57% from 394); Green value is 53 (21.09% from 255 or 13.45% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 215 - color contains mainly: red. Hex color #D7357E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7357E is #28CA81. Grayscale: #6D6D6D. Windows color (decimal): -2673282 or 8271319. OLE color: 8271319.

HSL color Cylindrical-coordinate representation of color #D7357E: hue angle of 332.96º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D7357E is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB21553126-
CMYK00.750.410.16
HSL332.96º66.94%52.55%-
HSV(B)332.96º75.35%84.31%-
XYZ33.0618.521.57-
YUV109.76137.17203.06-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 54.57%
GREEN value IS 53 (21.09% from 255) = 13.45%
BLUE value IS 126 (49.61% from 255) = 31.98%
R=54.57%
G=13.45%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2155312600.750.410.16332.9666.9452.55
HexD7357E04B291014d4335
Octal327651760113512051510365
Binary11010111110101111111001001011101001100001010011011000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7357E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7357E; }

 p { color: rgb(215,53,126); }

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

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

 a { background-color: rgb(215,53,126); }

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

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

 span { border-color: rgb(215,53,126); }

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