#D7307B

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

Shades of Deep Cerise #D7307B

Tints of Deep Cerise #D7307B

Color information

#D7307B (or 0xD7307B) is unknown color: approx Deep Cerise. HEX triplet: D7, 30 and 7B. RGB value is (215,48,123). Sum of RGB (Red+Green+Blue) = 215+48+123=386 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.70% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 215 - color contains mainly: red. Hex color #D7307B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7307B is #28CF84. Grayscale: #6A6A6A. Windows color (decimal): -2674565 or 8073431. OLE color: 8073431.

HSL color Cylindrical-coordinate representation of color #D7307B: hue angle of 333.05º 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 #D7307B is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB21548123-
CMYK00.780.430.16
HSL333.05º67.61%51.57%-
HSV(B)333.05º77.67%84.31%-
XYZ32.6617.9920.49-
YUV106.48137.33205.4-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 55.70%
GREEN value IS 48 (19.14% from 255) = 12.44%
BLUE value IS 123 (48.44% from 255) = 31.87%
R=55.70%
G=12.44%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2154812300.780.430.16333.0567.6151.57
HexD7307B04E2B1014d4434
Octal327601730116532051510464
Binary11010111110000111101101001110101011100001010011011000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7307B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7307B; }

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

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

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

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

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

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

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

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