#D730AA

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

Shades of Deep Cerise #D730AA

Tints of Deep Cerise #D730AA

Color information

#D730AA (or 0xD730AA) is unknown color: approx Deep Cerise. HEX triplet: D7, 30 and AA. RGB value is (215,48,170). Sum of RGB (Red+Green+Blue) = 215+48+170=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 48 (19.14% from 255 or 11.09% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D730AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D730AA is #28CF55. Grayscale: #6F6F6F. Windows color (decimal): -2674518 or 11153623. OLE color: 11153623.

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

Color convert

RGB21548170-
CMYK00.780.210.16
HSL316.17º67.61%51.57%-
HSV(B)316.17º77.67%84.31%-
XYZ36.3419.4639.87-
YUV111.84160.83201.58-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 49.65%
GREEN value IS 48 (19.14% from 255) = 11.09%
BLUE value IS 170 (66.80% from 255) = 39.26%
R=49.65%
G=11.09%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2154817000.780.210.16316.1767.6151.57
HexD730AA04E151013c4434
Octal327602520116252047410464
Binary11010111110000101010100100111010101100001001111001000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D730AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D730AA; }

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

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

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

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

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

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

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

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