Html Css Color HEX #DE77BB Persian Pink

📋 copy color: '#DE77BB'

red 222 ◦ green 119 ◦ blue 187

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

Shades of Persian Pink #DE77BB

Tints of Persian Pink #DE77BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.42%

R = 42.05%
G = 22.54%
B = 35.42%

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

#DE77BB (or 0xDE77BB) is known color: Persian Pink. HEX triplet: DE, 77 and BB. RGB value is (222,119,187). Sum of RGB (Red+Green+Blue) = 222+119+187=528 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.05% from 528); Green value is 119 (46.88% from 255 or 22.54% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 222 - color contains mainly: red. Hex color #DE77BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE77BB is #218844. Grayscale: #9D9D9D. Windows color (decimal): -2197573 or 12285918. OLE color: 12285918.

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

Color convert

RGB 222 119 187 -
CMYK 0 0.46 0.16 0.13
HSL 320.39º 0.61% 0.67% -
HSV(B) 320.39º 0.46% 0.87% -
XYZ 45.69 32.31 50.84 -
YUV 157.55 144.62 173.97 -
System Red Green Blue C M Y K H S L
Decimal 222 119 187 0 0.46 0.16 0.13 320.39 0.61 0.67
Hex DE 77 BB 0 2E 10 D 140 3D 43
Octal 336 167 273 0 56 20 15 500 75 103
Binary 11011110 1110111 10111011 0 101110 10000 1101 101000000 111101 1000011

Color Harmonies of #DE77BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE77BB

Black with #DE77BB

Text Example


Text Example

White with #DE77BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE77BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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