Html Css Color HEX #DE2AAB Persian Rose

📋 copy color: '#DE2AAB'

red 222 ◦ green 42 ◦ blue 171

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

Shades of Persian Rose #DE2AAB

Tints of Persian Rose #DE2AAB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.66%

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

R = 51.03%
G = 9.66%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DE2AAB (or 0xDE2AAB) is known color: Persian Rose. HEX triplet: DE, 2A and AB. RGB value is (222,42,171). Sum of RGB (Red+Green+Blue) = 222+42+171=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 42 (16.80% from 255 or 9.66% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2AAB is #21D554. Grayscale: #6E6E6E. Windows color (decimal): -2217301 or 11217630. OLE color: 11217630.

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

Color convert

RGB 222 42 171 -
CMYK 0 0.81 0.23 0.13
HSL 317º 0.73% 0.52% -
HSV(B) 317º 0.81% 0.87% -
XYZ 38.3 20.13 40.39 -
YUV 110.53 162.13 207.51 -
System Red Green Blue C M Y K H S L
Decimal 222 42 171 0 0.81 0.23 0.13 317 0.73 0.52
Hex DE 2A AB 0 51 17 D 13D 49 34
Octal 336 52 253 0 121 27 15 475 111 64
Binary 11011110 101010 10101011 0 1010001 10111 1101 100111101 1001001 110100

Color Harmonies of #DE2AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2AAB

Black with #DE2AAB

Text Example


Text Example

White with #DE2AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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