#DF2AD9

Color #DF2AD9 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #DF2AD9

Tints of Razzle Dazzle Rose #DF2AD9

Color information

#DF2AD9 (or 0xDF2AD9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DF, 2A and D9. RGB value is (223,42,217). Sum of RGB (Red+Green+Blue) = 223+42+217=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 42 (16.80% from 255 or 8.71% from 482); Blue value is 217 (85.16% from 255 or 45.02% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF2AD9 is #20D526. Grayscale: #737373. Windows color (decimal): -2151719 or 14232287. OLE color: 14232287.

HSL color Cylindrical-coordinate representation of color #DF2AD9: hue angle of 301.99º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF2AD9 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB22342217-
CMYK00.810.030.13
HSL301.99º73.88%51.96%-
HSV(B)301.99º81.17%87.45%-
XYZ43.7822.3567.65-
YUV116.07184.97204.27-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.27%
GREEN value IS 42 (16.80% from 255) = 8.71%
BLUE value IS 217 (85.16% from 255) = 45.02%
R=46.27%
G=8.71%
B=45.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2234221700.810.030.13301.9973.8851.96
HexDF2AD90513D12e4a34
Octal33752331012131545611264
Binary1101111110101011011001010100011111011001011101001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF2AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF2AD9; }

 p { color: rgb(223,42,217); }

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

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

 a { background-color: rgb(223,42,217); }

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

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

 span { border-color: rgb(223,42,217); }

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