#D7308D

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

Shades of Deep Cerise #D7308D

Tints of Deep Cerise #D7308D

Color information

#D7308D (or 0xD7308D) is unknown color: approx Deep Cerise. HEX triplet: D7, 30 and 8D. RGB value is (215,48,141). Sum of RGB (Red+Green+Blue) = 215+48+141=404 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.22% from 404); Green value is 48 (19.14% from 255 or 11.88% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 215 - color contains mainly: red. Hex color #D7308D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7308D is #28CF72. Grayscale: #6C6C6C. Windows color (decimal): -2674547 or 9253079. OLE color: 9253079.

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

Color convert

RGB21548141-
CMYK00.780.340.16
HSL326.59º67.61%51.57%-
HSV(B)326.59º77.67%84.31%-
XYZ33.8918.4826.98-
YUV108.54146.33203.94-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 53.22%
GREEN value IS 48 (19.14% from 255) = 11.88%
BLUE value IS 141 (55.47% from 255) = 34.90%
R=53.22%
G=11.88%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2154814100.780.340.16326.5967.6151.57
HexD7308D04E22101474434
Octal327602150116422050710464
Binary110101111100001000110101001110100010100001010001111000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7308D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7308D; }

 p { color: rgb(215,48,141); }

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

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

 a { background-color: rgb(215,48,141); }

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

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

 span { border-color: rgb(215,48,141); }

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