#df29dd

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

Shades of Razzle Dazzle Rose #DF29DD

Tints of Razzle Dazzle Rose #DF29DD

Color information

#DF29DD (or 0xDF29DD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DF, 29 and DD. RGB value is (223,41,221). Sum of RGB (Red+Green+Blue) = 223+41+221=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 41 (16.41% from 255 or 8.45% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF29DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF29DD is #20D622. Grayscale: #737373. Windows color (decimal): -2151971 or 14494175. OLE color: 14494175.

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

Color convert

RGB22341221-
CMYK00.820.010.13
HSL300.66º73.98%51.76%-
HSV(B)300.66º81.61%87.45%-
XYZ44.2822.4970.41-
YUV115.94187.3204.36-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.98%
GREEN value IS 41 (16.41% from 255) = 8.45%
BLUE value IS 221 (86.72% from 255) = 45.57%
R=45.98%
G=8.45%
B=45.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2234122100.820.010.13300.6673.9851.76
HexDF29DD0521D12d4a34
Octal33751335012211545511264
Binary110111111010011101110101010010111011001011011001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df29dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df29dd; }

 p { color: rgb(223,41,221); }

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

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

 a { background-color: rgb(223,41,221); }

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

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

 span { border-color: rgb(223,41,221); }

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