#DF2EE5

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

Shades of Razzle Dazzle Rose #DF2EE5

Tints of Razzle Dazzle Rose #DF2EE5

Color information

#DF2EE5 (or 0xDF2EE5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DF, 2E and E5. RGB value is (223,46,229). Sum of RGB (Red+Green+Blue) = 223+46+229=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 46 (18.36% from 255 or 9.24% from 498); Blue value is 229 (89.84% from 255 or 45.98% from 498); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF2EE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF2EE5 is #20D11A. Grayscale: #777777. Windows color (decimal): -2150683 or 15019743. OLE color: 15019743.

HSL color Cylindrical-coordinate representation of color #DF2EE5: hue angle of 298.03º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2EE5 is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB22346229-
CMYK0.030.8000.10
HSL298.03º77.87%53.92%-
HSV(B)298.03º79.91%89.8%-
XYZ45.5523.376.23-
YUV119.78189.64201.62-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.78%
GREEN value IS 46 (18.36% from 255) = 9.24%
BLUE value IS 229 (89.84% from 255) = 45.98%
R=44.78%
G=9.24%
B=45.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal223462290.030.8000.10298.0377.8753.92
HexDF2EE53500A12a4e36
Octal33756345312001245211666
Binary1101111110111011100101111010000010101001010101001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF2EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF2EE5; }

 p { color: rgb(223,46,229); }

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

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

 a { background-color: rgb(223,46,229); }

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

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

 span { border-color: rgb(223,46,229); }

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