#de28e0

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

Shades of Razzle Dazzle Rose #DE28E0

Tints of Razzle Dazzle Rose #DE28E0

Color information

#DE28E0 (or 0xDE28E0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DE, 28 and E0. RGB value is (222,40,224). Sum of RGB (Red+Green+Blue) = 222+40+224=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 40 (16.02% from 255 or 8.23% from 486); Blue value is 224 (87.89% from 255 or 46.09% from 486); Max value from RGB is 224 - color contains mainly: blue. Hex color #DE28E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE28E0 is #21D71F. Grayscale: #727272. Windows color (decimal): -2217760 or 14690526. OLE color: 14690526.

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

Color convert

RGB22240224-
CMYK0.010.8200.12
HSL299.35º74.8%51.76%-
HSV(B)299.35º82.14%87.84%-
XYZ44.3422.4372.51-
YUV115.39189.3204.04-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.68%
GREEN value IS 40 (16.02% from 255) = 8.23%
BLUE value IS 224 (87.89% from 255) = 46.09%
R=45.68%
G=8.23%
B=46.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal222402240.010.8200.12299.3574.851.76
HexDE28E01520C12b4b34
Octal33650340112201445311364
Binary110111101010001110000011010010011001001010111001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de28e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de28e0; }

 p { color: rgb(222,40,224); }

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

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

 a { background-color: rgb(222,40,224); }

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

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

 span { border-color: rgb(222,40,224); }

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