#D7307A

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

Shades of Deep Cerise #D7307A

Tints of Deep Cerise #D7307A

Color information

#D7307A (or 0xD7307A) is unknown color: approx Deep Cerise. HEX triplet: D7, 30 and 7A. RGB value is (215,48,122). Sum of RGB (Red+Green+Blue) = 215+48+122=385 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.84% from 385); Green value is 48 (19.14% from 255 or 12.47% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 215 - color contains mainly: red. Hex color #D7307A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7307A is #28CF85. Grayscale: #6A6A6A. Windows color (decimal): -2674566 or 8007895. OLE color: 8007895.

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

Color convert

RGB21548122-
CMYK00.780.430.16
HSL333.41º67.61%51.57%-
HSV(B)333.41º77.67%84.31%-
XYZ32.5917.9720.16-
YUV106.37136.83205.48-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 55.84%
GREEN value IS 48 (19.14% from 255) = 12.47%
BLUE value IS 122 (48.05% from 255) = 31.69%
R=55.84%
G=12.47%
B=31.69%

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
Decimal2154812200.780.430.16333.4167.6151.57
HexD7307A04E2B1014d4434
Octal327601720116532051510464
Binary11010111110000111101001001110101011100001010011011000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7307A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7307A; }

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

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

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

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

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

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

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

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