Html Css Color HEX #DE7AB8 Persian Pink

📋 copy color: '#DE7AB8'

red 222 ◦ green 122 ◦ blue 184

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

Shades of Persian Pink #DE7AB8

Tints of Persian Pink #DE7AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.85%

R = 42.05%
G = 23.11%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DE7AB8 (or 0xDE7AB8) is known color: Persian Pink. HEX triplet: DE, 7A and B8. RGB value is (222,122,184). Sum of RGB (Red+Green+Blue) = 222+122+184=528 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.05% from 528); Green value is 122 (48.05% from 255 or 23.11% from 528); Blue value is 184 (72.27% from 255 or 34.85% from 528); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7AB8 is #218547. Grayscale: #9E9E9E. Windows color (decimal): -2196808 or 12090078. OLE color: 12090078.

HSL color Cylindrical-coordinate representation of color #DE7AB8: hue angle of 322.8º 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 #DE7AB8 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 122 184 -
CMYK 0 0.45 0.17 0.13
HSL 322.8º 0.6% 0.67% -
HSV(B) 322.8º 0.45% 0.87% -
XYZ 45.74 32.91 49.29 -
YUV 158.97 142.13 172.96 -
System Red Green Blue C M Y K H S L
Decimal 222 122 184 0 0.45 0.17 0.13 322.8 0.6 0.67
Hex DE 7A B8 0 2D 11 D 143 3C 43
Octal 336 172 270 0 55 21 15 503 74 103
Binary 11011110 1111010 10111000 0 101101 10001 1101 101000011 111100 1000011

Color Harmonies of #DE7AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7AB8

Black with #DE7AB8

Text Example


Text Example

White with #DE7AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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