#DF25DD

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

Shades of Razzle Dazzle Rose #DF25DD

Tints of Razzle Dazzle Rose #DF25DD

Color information

#DF25DD (or 0xDF25DD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DF, 25 and DD. RGB value is (223,37,221). Sum of RGB (Red+Green+Blue) = 223+37+221=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 37 (14.84% from 255 or 7.69% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DF25DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF25DD is #20DA22. Grayscale: #717171. Windows color (decimal): -2152995 or 14493151. OLE color: 14493151.

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

Color convert

RGB22337221-
CMYK00.830.010.13
HSL300.65º74.4%50.98%-
HSV(B)300.65º83.41%87.45%-
XYZ44.1422.2370.37-
YUV113.59188.62206.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.36%
GREEN value IS 37 (14.84% from 255) = 7.69%
BLUE value IS 221 (86.72% from 255) = 45.95%
R=46.36%
G=7.69%
B=45.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2233722100.830.010.13300.6574.450.98
HexDF25DD0531D12d4a33
Octal33745335012311545511263
Binary110111111001011101110101010011111011001011011001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF25DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF25DD; }

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

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

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

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

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

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

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

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