#DE38B0

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

Shades of Persian Rose #DE38B0

Tints of Persian Rose #DE38B0

Color information

#DE38B0 (or 0xDE38B0) is unknown color: approx Persian Rose. HEX triplet: DE, 38 and B0. RGB value is (222,56,176). Sum of RGB (Red+Green+Blue) = 222+56+176=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 56 (22.27% from 255 or 12.33% from 454); Blue value is 176 (69.14% from 255 or 38.77% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DE38B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE38B0 is #21C74F. Grayscale: #767676. Windows color (decimal): -2213712 or 11548894. OLE color: 11548894.

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

Color convert

RGB22256176-
CMYK00.750.210.13
HSL316.63º71.55%54.51%-
HSV(B)316.63º74.77%87.06%-
XYZ39.3721.4943.15-
YUV119.31160201.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.90%
GREEN value IS 56 (22.27% from 255) = 12.33%
BLUE value IS 176 (69.14% from 255) = 38.77%
R=48.90%
G=12.33%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2225617600.750.210.13316.6371.5554.51
HexDE38B004B15D13d4837
Octal336702600113251547511067
Binary1101111011100010110000010010111010111011001111011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE38B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE38B0; }

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

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

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

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

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

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

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

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