#D730A7

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

Shades of Deep Cerise #D730A7

Tints of Deep Cerise #D730A7

Color information

#D730A7 (or 0xD730A7) is unknown color: approx Deep Cerise. HEX triplet: D7, 30 and A7. RGB value is (215,48,167). Sum of RGB (Red+Green+Blue) = 215+48+167=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 48 (19.14% from 255 or 11.16% from 430); Blue value is 167 (65.62% from 255 or 38.84% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D730A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D730A7 is #28CF58. Grayscale: #6F6F6F. Windows color (decimal): -2674521 or 10957015. OLE color: 10957015.

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

Color convert

RGB21548167-
CMYK00.780.220.16
HSL317.25º67.61%51.57%-
HSV(B)317.25º77.67%84.31%-
XYZ36.0619.3538.39-
YUV111.5159.33201.82-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50%
GREEN value IS 48 (19.14% from 255) = 11.16%
BLUE value IS 167 (65.62% from 255) = 38.84%
R=50%
G=11.16%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2154816700.780.220.16317.2567.6151.57
HexD730A704E161013d4434
Octal327602470116262047510464
Binary11010111110000101001110100111010110100001001111011000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D730A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D730A7; }

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

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

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

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

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

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

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

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