Html Css Color HEX #DE2DAC Persian Rose

📋 copy color: '#DE2DAC'

red 222 ◦ green 45 ◦ blue 172

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

Shades of Persian Rose #DE2DAC

Tints of Persian Rose #DE2DAC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.25%

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

R = 50.57%
G = 10.25%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DE2DAC (or 0xDE2DAC) is known color: Persian Rose. HEX triplet: DE, 2D and AC. RGB value is (222,45,172). Sum of RGB (Red+Green+Blue) = 222+45+172=439 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.57% from 439); Green value is 45 (17.97% from 255 or 10.25% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2DAC is #21D253. Grayscale: #707070. Windows color (decimal): -2216532 or 11283934. OLE color: 11283934.

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

Color convert

RGB 222 45 172 -
CMYK 0 0.80 0.23 0.13
HSL 316.95º 0.73% 0.52% -
HSV(B) 316.95º 0.8% 0.87% -
XYZ 38.51 20.38 40.93 -
YUV 112.4 161.64 206.17 -
System Red Green Blue C M Y K H S L
Decimal 222 45 172 0 0.80 0.23 0.13 316.95 0.73 0.52
Hex DE 2D AC 0 50 17 D 13D 49 34
Octal 336 55 254 0 120 27 15 475 111 64
Binary 11011110 101101 10101100 0 1010000 10111 1101 100111101 1001001 110100

Color Harmonies of #DE2DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2DAC

Black with #DE2DAC

Text Example


Text Example

White with #DE2DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2DAC; }

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

 H1.HeaderClassName
 {
   color: #DE2DAC;
 }
 .AnyTagClassName
 {
   color: #DE2DAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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