#DE39C4

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

Shades of Razzle Dazzle Rose #DE39C4

Tints of Razzle Dazzle Rose #DE39C4

Color information

#DE39C4 (or 0xDE39C4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DE, 39 and C4. RGB value is (222,57,196). Sum of RGB (Red+Green+Blue) = 222+57+196=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 57 (22.66% from 255 or 12% from 475); Blue value is 196 (76.95% from 255 or 41.26% from 475); Max value from RGB is 222 - color contains mainly: red. Hex color #DE39C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE39C4 is #21C63B. Grayscale: #797979. Windows color (decimal): -2213436 or 12859870. OLE color: 12859870.

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

Color convert

RGB22257196-
CMYK00.740.120.13
HSL309.45º71.43%54.71%-
HSV(B)309.45º74.32%87.06%-
XYZ41.5522.4454.37-
YUV122.18169.66199.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.74%
GREEN value IS 57 (22.66% from 255) = 12%
BLUE value IS 196 (76.95% from 255) = 41.26%
R=46.74%
G=12%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2225719600.740.120.13309.4571.4354.71
HexDE39C404ACD1354737
Octal336713040112141546510767
Binary110111101110011100010001001010110011011001101011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE39C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE39C4; }

 p { color: rgb(222,57,196); }

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

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

 a { background-color: rgb(222,57,196); }

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

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

 span { border-color: rgb(222,57,196); }

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