Html Css Color HEX #DE77BA Persian Pink

📋 copy color: '#DE77BA'

red 222 ◦ green 119 ◦ blue 186

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

Shades of Persian Pink #DE77BA

Tints of Persian Pink #DE77BA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.58%

 BLUE value IS 186 (73.05% from 255) = 35.29%

R = 42.13%
G = 22.58%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DE77BA (or 0xDE77BA) is known color: Persian Pink. HEX triplet: DE, 77 and BA. RGB value is (222,119,186). Sum of RGB (Red+Green+Blue) = 222+119+186=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 119 (46.88% from 255 or 22.58% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 222 - color contains mainly: red. Hex color #DE77BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE77BA is #218845. Grayscale: #9D9D9D. Windows color (decimal): -2197574 or 12220382. OLE color: 12220382.

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

Color convert

RGB 222 119 186 -
CMYK 0 0.46 0.16 0.13
HSL 320.97º 0.61% 0.67% -
HSV(B) 320.97º 0.46% 0.87% -
XYZ 45.58 32.27 50.28 -
YUV 157.44 144.12 174.05 -
System Red Green Blue C M Y K H S L
Decimal 222 119 186 0 0.46 0.16 0.13 320.97 0.61 0.67
Hex DE 77 BA 0 2E 10 D 141 3D 43
Octal 336 167 272 0 56 20 15 501 75 103
Binary 11011110 1110111 10111010 0 101110 10000 1101 101000001 111101 1000011

Color Harmonies of #DE77BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE77BA

Black with #DE77BA

Text Example


Text Example

White with #DE77BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE77BA; }

 p { color: rgb(222,119,186); }

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

background-color css

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

 a { background-color: rgb(222,119,186); }

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

border-color css

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

 span { border-color: rgb(222,119,186); }

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