Html Css Color HEX #DE77B3 Persian Pink

📋 copy color: '#DE77B3'

red 222 ◦ green 119 ◦ blue 179

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

Shades of Persian Pink #DE77B3

Tints of Persian Pink #DE77B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.42%

R = 42.69%
G = 22.88%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DE77B3 (or 0xDE77B3) is known color: Persian Pink. HEX triplet: DE, 77 and B3. RGB value is (222,119,179). Sum of RGB (Red+Green+Blue) = 222+119+179=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 119 (46.88% from 255 or 22.88% from 520); Blue value is 179 (70.31% from 255 or 34.42% from 520); Max value from RGB is 222 - color contains mainly: red. Hex color #DE77B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE77B3 is #21884C. Grayscale: #9C9C9C. Windows color (decimal): -2197581 or 11761630. OLE color: 11761630.

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

Color convert

RGB 222 119 179 -
CMYK 0 0.46 0.19 0.13
HSL 325.05º 0.61% 0.67% -
HSV(B) 325.05º 0.46% 0.87% -
XYZ 44.86 31.98 46.46 -
YUV 156.64 140.62 174.62 -
System Red Green Blue C M Y K H S L
Decimal 222 119 179 0 0.46 0.19 0.13 325.05 0.61 0.67
Hex DE 77 B3 0 2E 13 D 145 3D 43
Octal 336 167 263 0 56 23 15 505 75 103
Binary 11011110 1110111 10110011 0 101110 10011 1101 101000101 111101 1000011

Color Harmonies of #DE77B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE77B3

Black with #DE77B3

Text Example


Text Example

White with #DE77B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE77B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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