Html Css Color HEX #DE3CAC Persian Rose

📋 copy color: '#DE3CAC'

red 222 ◦ green 60 ◦ blue 172

#DE3CAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Rose #DE3CAC

Tints of Persian Rose #DE3CAC

RGB

 RED value IS 222 (87.11% from 255) = 48.9%

 GREEN value IS 60 (23.83% from 255) = 13.22%

 BLUE value IS 172 (67.58% from 255) = 37.89%

R = 48.9%
G = 13.22%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DE3CAC (or 0xDE3CAC) is known color: 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

RGB 222 60 172 -
CMYK 0 0.73 0.23 0.13
HSL 318.52º 0.71% 0.55% -
HSV(B) 318.52º 0.73% 0.87% -
XYZ 39.19 21.74 41.16 -
YUV 121.21 156.67 199.89 -
System Red Green Blue C M Y K H S L
Decimal 222 60 172 0 0.73 0.23 0.13 318.52 0.71 0.55
Hex DE 3C AC 0 49 17 D 13F 47 37
Octal 336 74 254 0 111 27 15 477 107 67
Binary 11011110 111100 10101100 0 1001001 10111 1101 100111111 1000111 110111

Color Harmonies of #DE3CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3CAC

Black with #DE3CAC

Text Example


Text Example

White with #DE3CAC

Text Example


Text Example

HTML Codes & Css Web 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>