#DE3CAC

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

Shades of Persian Rose #DE3CAC

Tints of Persian Rose #DE3CAC

Color information

#DE3CAC (or 0xDE3CAC) is unknown color: approx Persian Rose. HEX triplet: DE, 3C and AC. RGB value is (222,60,172). Sum of RGB (Red+Green+Blue) = 222+60+172=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 60 (23.83% from 255 or 13.22% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3CAC is #21C353. Grayscale: #787878. Windows color (decimal): -2212692 or 11287774. OLE color: 11287774.

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

Color convert

RGB22260172-
CMYK00.730.230.13
HSL318.52º71.05%55.29%-
HSV(B)318.52º72.97%87.06%-
XYZ39.1921.7441.16-
YUV121.21156.67199.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.90%
GREEN value IS 60 (23.83% from 255) = 13.22%
BLUE value IS 172 (67.58% from 255) = 37.89%
R=48.90%
G=13.22%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2226017200.730.230.13318.5271.0555.29
HexDE3CAC04917D13f4737
Octal336742540111271547710767
Binary1101111011110010101100010010011011111011001111111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3CAC; }

 p { color: rgb(222,60,172); }

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

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

 a { background-color: rgb(222,60,172); }

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

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

 span { border-color: rgb(222,60,172); }

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