#DE24C5

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

Shades of Razzle Dazzle Rose #DE24C5

Tints of Razzle Dazzle Rose #DE24C5

Color information

#DE24C5 (or 0xDE24C5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DE, 24 and C5. RGB value is (222,36,197). Sum of RGB (Red+Green+Blue) = 222+36+197=455 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.79% from 455); Green value is 36 (14.45% from 255 or 7.91% from 455); Blue value is 197 (77.34% from 255 or 43.30% from 455); Max value from RGB is 222 - color contains mainly: red. Hex color #DE24C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE24C5 is #21DB3A. Grayscale: #6D6D6D. Windows color (decimal): -2218811 or 12920030. OLE color: 12920030.

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

Color convert

RGB22236197-
CMYK00.840.110.13
HSL308.06º73.81%50.59%-
HSV(B)308.06º83.78%87.06%-
XYZ40.8320.8254.69-
YUV109.97177.12207.91-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.79%
GREEN value IS 36 (14.45% from 255) = 7.91%
BLUE value IS 197 (77.34% from 255) = 43.30%
R=48.79%
G=7.91%
B=43.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2223619700.840.110.13308.0673.8150.59
HexDE24C5054BD1344a33
Octal336443050124131546411263
Binary110111101001001100010101010100101111011001101001001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE24C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE24C5; }

 p { color: rgb(222,36,197); }

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

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

 a { background-color: rgb(222,36,197); }

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

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

 span { border-color: rgb(222,36,197); }

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