#D330AF

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

Shades of Deep Cerise #D330AF

Tints of Deep Cerise #D330AF

Color information

#D330AF (or 0xD330AF) is unknown color: approx Deep Cerise. HEX triplet: D3, 30 and AF. RGB value is (211,48,175). Sum of RGB (Red+Green+Blue) = 211+48+175=434 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.62% from 434); Green value is 48 (19.14% from 255 or 11.06% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 211 - color contains mainly: red. Hex color #D330AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D330AF is #2CCF50. Grayscale: #6E6E6E. Windows color (decimal): -2936657 or 11481299. OLE color: 11481299.

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

Color convert

RGB21148175-
CMYK00.770.170.17
HSL313.25º64.94%50.78%-
HSV(B)313.25º77.25%82.75%-
XYZ35.6619.0642.36-
YUV111.22164199.17-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 48.62%
GREEN value IS 48 (19.14% from 255) = 11.06%
BLUE value IS 175 (68.75% from 255) = 40.32%
R=48.62%
G=11.06%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2114817500.770.170.17313.2564.9450.78
HexD330AF04D11111394133
Octal323602570115212147110163
Binary11010011110000101011110100110110001100011001110011000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D330AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D330AF; }

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

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

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

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

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

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

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

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