#DE27D8

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

Shades of Razzle Dazzle Rose #DE27D8

Tints of Razzle Dazzle Rose #DE27D8

Color information

#DE27D8 (or 0xDE27D8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DE, 27 and D8. RGB value is (222,39,216). Sum of RGB (Red+Green+Blue) = 222+39+216=477 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.54% from 477); Green value is 39 (15.62% from 255 or 8.18% from 477); Blue value is 216 (84.77% from 255 or 45.28% from 477); Max value from RGB is 222 - color contains mainly: red. Hex color #DE27D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE27D8 is #21D827. Grayscale: #717171. Windows color (decimal): -2218024 or 14165982. OLE color: 14165982.

HSL color Cylindrical-coordinate representation of color #DE27D8: hue angle of 301.97º 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 #DE27D8 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB22239216-
CMYK00.820.030.13
HSL301.97º73.49%51.18%-
HSV(B)301.97º82.43%87.06%-
XYZ43.2421.9466.92-
YUV113.9185.63205.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.54%
GREEN value IS 39 (15.62% from 255) = 8.18%
BLUE value IS 216 (84.77% from 255) = 45.28%
R=46.54%
G=8.18%
B=45.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2223921600.820.030.13301.9773.4951.18
HexDE27D80523D12e4933
Octal33647330012231545611163
Binary1101111010011111011000010100101111011001011101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE27D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE27D8; }

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

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

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

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

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

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

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

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