Html Css Color HEX #DE32AB Persian Rose

📋 copy color: '#DE32AB'

red 222 ◦ green 50 ◦ blue 171

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

Shades of Persian Rose #DE32AB

Tints of Persian Rose #DE32AB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.29%

 BLUE value IS 171 (67.19% from 255) = 38.6%

R = 50.11%
G = 11.29%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DE32AB (or 0xDE32AB) is known color: Persian Rose. HEX triplet: DE, 32 and AB. RGB value is (222,50,171). Sum of RGB (Red+Green+Blue) = 222+50+171=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 50 (19.92% from 255 or 11.29% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DE32AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE32AB is #21CD54. Grayscale: #727272. Windows color (decimal): -2215253 or 11219678. OLE color: 11219678.

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

Color convert

RGB 222 50 171 -
CMYK 0 0.77 0.23 0.13
HSL 317.79º 0.72% 0.53% -
HSV(B) 317.79º 0.77% 0.87% -
XYZ 38.62 20.75 40.5 -
YUV 115.22 159.48 204.16 -
System Red Green Blue C M Y K H S L
Decimal 222 50 171 0 0.77 0.23 0.13 317.79 0.72 0.53
Hex DE 32 AB 0 4D 17 D 13E 48 35
Octal 336 62 253 0 115 27 15 476 110 65
Binary 11011110 110010 10101011 0 1001101 10111 1101 100111110 1001000 110101

Color Harmonies of #DE32AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE32AB

Black with #DE32AB

Text Example


Text Example

White with #DE32AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE32AB; }

 p { color: rgb(222,50,171); }

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

background-color css

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

 a { background-color: rgb(222,50,171); }

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

border-color css

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

 span { border-color: rgb(222,50,171); }

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