#D330AA

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

Shades of Deep Cerise #D330AA

Tints of Deep Cerise #D330AA

Color information

#D330AA (or 0xD330AA) is unknown color: approx Deep Cerise. HEX triplet: D3, 30 and AA. RGB value is (211,48,170). Sum of RGB (Red+Green+Blue) = 211+48+170=429 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.18% from 429); Green value is 48 (19.14% from 255 or 11.19% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 211 - color contains mainly: red. Hex color #D330AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D330AA is #2CCF55. Grayscale: #6E6E6E. Windows color (decimal): -2936662 or 11153619. OLE color: 11153619.

HSL color Cylindrical-coordinate representation of color #D330AA: hue angle of 315.09º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D330AA is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB21148170-
CMYK00.770.190.17
HSL315.09º64.94%50.78%-
HSV(B)315.09º77.25%82.75%-
XYZ35.1818.8739.82-
YUV110.64161.5199.58-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 49.18%
GREEN value IS 48 (19.14% from 255) = 11.19%
BLUE value IS 170 (66.80% from 255) = 39.63%
R=49.18%
G=11.19%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2114817000.770.190.17315.0964.9450.78
HexD330AA04D131113b4133
Octal323602520115232147310163
Binary11010011110000101010100100110110011100011001110111000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D330AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D330AA; }

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

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

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

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

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

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

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

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