#df2de1

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

Shades of Razzle Dazzle Rose #DF2DE1

Tints of Razzle Dazzle Rose #DF2DE1

Color information

#DF2DE1 (or 0xDF2DE1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DF, 2D and E1. RGB value is (223,45,225). Sum of RGB (Red+Green+Blue) = 223+45+225=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 45 (17.97% from 255 or 9.13% from 493); Blue value is 225 (88.28% from 255 or 45.64% from 493); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF2DE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF2DE1 is #20D21E. Grayscale: #767676. Windows color (decimal): -2150943 or 14757343. OLE color: 14757343.

HSL color Cylindrical-coordinate representation of color #DF2DE1: hue angle of 299.33º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2DE1 is Cyan = 0.01, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB22345225-
CMYK0.010.800.12
HSL299.33º75%52.94%-
HSV(B)299.33º80%88.24%-
XYZ44.962373.3-
YUV118.74187.97202.36-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.23%
GREEN value IS 45 (17.97% from 255) = 9.13%
BLUE value IS 225 (88.28% from 255) = 45.64%
R=45.23%
G=9.13%
B=45.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal223452250.010.800.12299.337552.94
HexDF2DE11500C12b4b35
Octal33755341112001445311365
Binary110111111011011110000111010000011001001010111001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df2de1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df2de1; }

 p { color: rgb(223,45,225); }

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

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

 a { background-color: rgb(223,45,225); }

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

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

 span { border-color: rgb(223,45,225); }

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