#DE38CD

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

Shades of Razzle Dazzle Rose #DE38CD

Tints of Razzle Dazzle Rose #DE38CD

Color information

#DE38CD (or 0xDE38CD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DE, 38 and CD. RGB value is (222,56,205). Sum of RGB (Red+Green+Blue) = 222+56+205=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 56 (22.27% from 255 or 11.59% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DE38CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE38CD is #21C732. Grayscale: #7A7A7A. Windows color (decimal): -2213683 or 13449438. OLE color: 13449438.

HSL color Cylindrical-coordinate representation of color #DE38CD: hue angle of 306.14º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DE38CD is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB22256205-
CMYK00.750.080.13
HSL306.14º71.55%54.51%-
HSV(B)306.14º74.77%87.06%-
XYZ42.5622.7759.91-
YUV122.62174.5198.88-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.96%
GREEN value IS 56 (22.27% from 255) = 11.59%
BLUE value IS 205 (80.47% from 255) = 42.44%
R=45.96%
G=11.59%
B=42.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2225620500.750.080.13306.1471.5554.51
HexDE38CD04B8D1324837
Octal336703150113101546211067
Binary110111101110001100110101001011100011011001100101001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE38CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE38CD; }

 p { color: rgb(222,56,205); }

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

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

 a { background-color: rgb(222,56,205); }

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

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

 span { border-color: rgb(222,56,205); }

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