#DE27D7

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

Shades of Razzle Dazzle Rose #DE27D7

Tints of Razzle Dazzle Rose #DE27D7

Color information

#DE27D7 (or 0xDE27D7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DE, 27 and D7. RGB value is (222,39,215). Sum of RGB (Red+Green+Blue) = 222+39+215=476 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.64% from 476); Green value is 39 (15.62% from 255 or 8.19% from 476); Blue value is 215 (84.38% from 255 or 45.17% from 476); Max value from RGB is 222 - color contains mainly: red. Hex color #DE27D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE27D7 is #21D828. Grayscale: #717171. Windows color (decimal): -2218025 or 14100446. OLE color: 14100446.

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

Color convert

RGB22239215-
CMYK00.820.030.13
HSL302.3º73.49%51.18%-
HSV(B)302.3º82.43%87.06%-
XYZ43.1221.8966.24-
YUV113.78185.13205.19-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.64%
GREEN value IS 39 (15.62% from 255) = 8.19%
BLUE value IS 215 (84.38% from 255) = 45.17%
R=46.64%
G=8.19%
B=45.17%

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
Decimal2223921500.820.030.13302.373.4951.18
HexDE27D70523D12e4933
Octal33647327012231545611163
Binary1101111010011111010111010100101111011001011101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE27D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE27D7; }

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

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

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

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

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

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

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

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