#DE27D9

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

Shades of Razzle Dazzle Rose #DE27D9

Tints of Razzle Dazzle Rose #DE27D9

Color information

#DE27D9 (or 0xDE27D9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DE, 27 and D9. RGB value is (222,39,217). Sum of RGB (Red+Green+Blue) = 222+39+217=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 39 (15.62% from 255 or 8.16% from 478); Blue value is 217 (85.16% from 255 or 45.40% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DE27D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE27D9 is #21D826. Grayscale: #717171. Windows color (decimal): -2218023 or 14231518. OLE color: 14231518.

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

Color convert

RGB22239217-
CMYK00.820.020.13
HSL301.64º73.49%51.18%-
HSV(B)301.64º82.43%87.06%-
XYZ43.3721.9967.6-
YUV114.01186.13205.03-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.44%
GREEN value IS 39 (15.62% from 255) = 8.16%
BLUE value IS 217 (85.16% from 255) = 45.40%
R=46.44%
G=8.16%
B=45.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2223921700.820.020.13301.6473.4951.18
HexDE27D90522D12e4933
Octal33647331012221545611163
Binary1101111010011111011001010100101011011001011101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE27D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE27D9; }

 p { color: rgb(222,39,217); }

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

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

 a { background-color: rgb(222,39,217); }

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

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

 span { border-color: rgb(222,39,217); }

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