#D330AE

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

Shades of Deep Cerise #D330AE

Tints of Deep Cerise #D330AE

Color information

#D330AE (or 0xD330AE) is unknown color: approx Deep Cerise. HEX triplet: D3, 30 and AE. RGB value is (211,48,174). Sum of RGB (Red+Green+Blue) = 211+48+174=433 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.73% from 433); Green value is 48 (19.14% from 255 or 11.09% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 211 - color contains mainly: red. Hex color #D330AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D330AE is #2CCF51. Grayscale: #6E6E6E. Windows color (decimal): -2936658 or 11415763. OLE color: 11415763.

HSL color Cylindrical-coordinate representation of color #D330AE: hue angle of 313.62º 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 #D330AE is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB21148174-
CMYK00.770.180.17
HSL313.62º64.94%50.78%-
HSV(B)313.62º77.25%82.75%-
XYZ35.5619.0241.84-
YUV111.1163.5199.25-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 48.73%
GREEN value IS 48 (19.14% from 255) = 11.09%
BLUE value IS 174 (68.36% from 255) = 40.18%
R=48.73%
G=11.09%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2114817400.770.180.17313.6264.9450.78
HexD330AE04D121113a4133
Octal323602560115222147210163
Binary11010011110000101011100100110110010100011001110101000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D330AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D330AE; }

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

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

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

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

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

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

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

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