Html Css Color HEX #DD77BB Persian Pink

📋 copy color: '#DD77BB'

red 221 ◦ green 119 ◦ blue 187

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

Shades of Persian Pink #DD77BB

Tints of Persian Pink #DD77BB

RGB

 RED value IS 221 (86.72% from 255) = 41.94%

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

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

R = 41.94%
G = 22.58%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD77BB (or 0xDD77BB) is known color: Persian Pink. HEX triplet: DD, 77 and BB. RGB value is (221,119,187). Sum of RGB (Red+Green+Blue) = 221+119+187=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 119 (46.88% from 255 or 22.58% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD77BB is #228844. Grayscale: #9D9D9D. Windows color (decimal): -2263109 or 12285917. OLE color: 12285917.

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

Color convert

RGB 221 119 187 -
CMYK 0 0.46 0.15 0.13
HSL 320º 0.6% 0.67% -
HSV(B) 320º 0.46% 0.87% -
XYZ 45.39 32.15 50.83 -
YUV 157.25 144.79 173.47 -
System Red Green Blue C M Y K H S L
Decimal 221 119 187 0 0.46 0.15 0.13 320 0.6 0.67
Hex DD 77 BB 0 2E F D 140 3C 43
Octal 335 167 273 0 56 17 15 500 74 103
Binary 11011101 1110111 10111011 0 101110 1111 1101 101000000 111100 1000011

Color Harmonies of #DD77BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD77BB

Black with #DD77BB

Text Example


Text Example

White with #DD77BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD77BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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