#DF33A4

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

Shades of Deep Cerise #DF33A4

Tints of Deep Cerise #DF33A4

Color information

#DF33A4 (or 0xDF33A4) is unknown color: approx Deep Cerise. HEX triplet: DF, 33 and A4. RGB value is (223,51,164). Sum of RGB (Red+Green+Blue) = 223+51+164=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 51 (20.31% from 255 or 11.64% from 438); Blue value is 164 (64.45% from 255 or 37.44% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DF33A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF33A4 is #20CC5B. Grayscale: #737373. Windows color (decimal): -2149468 or 10761183. OLE color: 10761183.

HSL color Cylindrical-coordinate representation of color #DF33A4: hue angle of 320.58º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF33A4 is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB22351164-
CMYK00.770.260.13
HSL320.58º72.88%53.73%-
HSV(B)320.58º77.13%87.45%-
XYZ38.3220.7437.1-
YUV115.31155.48204.81-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.91%
GREEN value IS 51 (20.31% from 255) = 11.64%
BLUE value IS 164 (64.45% from 255) = 37.44%
R=50.91%
G=11.64%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2235116400.770.260.13320.5872.8853.73
HexDF33A404D1AD1414936
Octal337632440115321550111166
Binary1101111111001110100100010011011101011011010000011001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF33A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF33A4; }

 p { color: rgb(223,51,164); }

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

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

 a { background-color: rgb(223,51,164); }

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

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

 span { border-color: rgb(223,51,164); }

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