Html Css Color HEX #DE7AAF Persian Pink

📋 copy color: '#DE7AAF'

red 222 ◦ green 122 ◦ blue 175

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

Shades of Persian Pink #DE7AAF

Tints of Persian Pink #DE7AAF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.51%

 BLUE value IS 175 (68.75% from 255) = 33.72%

R = 42.77%
G = 23.51%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DE7AAF (or 0xDE7AAF) is known color: Persian Pink. HEX triplet: DE, 7A and AF. RGB value is (222,122,175). Sum of RGB (Red+Green+Blue) = 222+122+175=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 122 (48.05% from 255 or 23.51% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7AAF is #218550. Grayscale: #9D9D9D. Windows color (decimal): -2196817 or 11500254. OLE color: 11500254.

HSL color Cylindrical-coordinate representation of color #DE7AAF: hue angle of 328.2º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE7AAF is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 122 175 -
CMYK 0 0.45 0.21 0.13
HSL 328.2º 0.6% 0.67% -
HSV(B) 328.2º 0.45% 0.87% -
XYZ 44.82 32.54 44.48 -
YUV 157.94 137.63 173.69 -
System Red Green Blue C M Y K H S L
Decimal 222 122 175 0 0.45 0.21 0.13 328.2 0.6 0.67
Hex DE 7A AF 0 2D 15 D 148 3C 43
Octal 336 172 257 0 55 25 15 510 74 103
Binary 11011110 1111010 10101111 0 101101 10101 1101 101001000 111100 1000011

Color Harmonies of #DE7AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7AAF

Black with #DE7AAF

Text Example


Text Example

White with #DE7AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7AAF; }

 p { color: rgb(222,122,175); }

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

background-color css

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

 a { background-color: rgb(222,122,175); }

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

border-color css

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

 span { border-color: rgb(222,122,175); }

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