#DE27D6

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

Shades of Razzle Dazzle Rose #DE27D6

Tints of Razzle Dazzle Rose #DE27D6

Color information

#DE27D6 (or 0xDE27D6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DE, 27 and D6. RGB value is (222,39,214). Sum of RGB (Red+Green+Blue) = 222+39+214=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 39 (15.62% from 255 or 8.21% from 475); Blue value is 214 (83.98% from 255 or 45.05% from 475); Max value from RGB is 222 - color contains mainly: red. Hex color #DE27D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE27D6 is #21D829. Grayscale: #717171. Windows color (decimal): -2218026 or 14034910. OLE color: 14034910.

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

Color convert

RGB22239214-
CMYK00.820.040.13
HSL302.62º73.49%51.18%-
HSV(B)302.62º82.43%87.06%-
XYZ42.9921.8465.57-
YUV113.67184.63205.27-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.74%
GREEN value IS 39 (15.62% from 255) = 8.21%
BLUE value IS 214 (83.98% from 255) = 45.05%
R=46.74%
G=8.21%
B=45.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2223921400.820.040.13302.6273.4951.18
HexDE27D60524D12f4933
Octal33647326012241545711163
Binary11011110100111110101100101001010011011001011111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE27D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE27D6; }

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

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

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

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

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

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

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

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