Html Css Color HEX #DE77B1 Persian Pink

📋 copy color: '#DE77B1'

red 222 ◦ green 119 ◦ blue 177

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

Shades of Persian Pink #DE77B1

Tints of Persian Pink #DE77B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.17%

R = 42.86%
G = 22.97%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DE77B1 (or 0xDE77B1) is known color: Persian Pink. HEX triplet: DE, 77 and B1. RGB value is (222,119,177). Sum of RGB (Red+Green+Blue) = 222+119+177=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 177 (69.53% from 255 or 34.17% from 518); Max value from RGB is 222 - color contains mainly: red. Hex color #DE77B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE77B1 is #21884E. Grayscale: #9C9C9C. Windows color (decimal): -2197583 or 11630558. OLE color: 11630558.

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

Color convert

RGB 222 119 177 -
CMYK 0 0.46 0.20 0.13
HSL 326.21º 0.61% 0.67% -
HSV(B) 326.21º 0.46% 0.87% -
XYZ 44.66 31.9 45.4 -
YUV 156.41 139.62 174.78 -
System Red Green Blue C M Y K H S L
Decimal 222 119 177 0 0.46 0.20 0.13 326.21 0.61 0.67
Hex DE 77 B1 0 2E 14 D 146 3D 43
Octal 336 167 261 0 56 24 15 506 75 103
Binary 11011110 1110111 10110001 0 101110 10100 1101 101000110 111101 1000011

Color Harmonies of #DE77B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE77B1

Black with #DE77B1

Text Example


Text Example

White with #DE77B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE77B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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