#DE38B9

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

Shades of Razzle Dazzle Rose #DE38B9

Tints of Razzle Dazzle Rose #DE38B9

Color information

#DE38B9 (or 0xDE38B9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DE, 38 and B9. RGB value is (222,56,185). Sum of RGB (Red+Green+Blue) = 222+56+185=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 56 (22.27% from 255 or 12.10% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 222 - color contains mainly: red. Hex color #DE38B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE38B9 is #21C746. Grayscale: #777777. Windows color (decimal): -2213703 or 12138718. OLE color: 12138718.

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

Color convert

RGB22256185-
CMYK00.750.170.13
HSL313.37º71.55%54.51%-
HSV(B)313.37º74.77%87.06%-
XYZ40.321.8647.99-
YUV120.34164.5200.51-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.95%
GREEN value IS 56 (22.27% from 255) = 12.10%
BLUE value IS 185 (72.66% from 255) = 39.96%
R=47.95%
G=12.10%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2225618500.750.170.13313.3771.5554.51
HexDE38B904B11D1394837
Octal336702710113211547111067
Binary1101111011100010111001010010111000111011001110011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE38B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE38B9; }

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

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

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

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

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

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

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

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