Html Css Color HEX #DD77BF Persian Pink

📋 copy color: '#DD77BF'

red 221 ◦ green 119 ◦ blue 191

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

Shades of Persian Pink #DD77BF

Tints of Persian Pink #DD77BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.97%

R = 41.62%
G = 22.41%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD77BF (or 0xDD77BF) is known color: Persian Pink. HEX triplet: DD, 77 and BF. RGB value is (221,119,191). Sum of RGB (Red+Green+Blue) = 221+119+191=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 119 (46.88% from 255 or 22.41% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD77BF is #228840. Grayscale: #9D9D9D. Windows color (decimal): -2263105 or 12548061. OLE color: 12548061.

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

Color convert

RGB 221 119 191 -
CMYK 0 0.46 0.14 0.13
HSL 317.65º 0.6% 0.67% -
HSV(B) 317.65º 0.46% 0.87% -
XYZ 45.82 32.33 53.12 -
YUV 157.71 146.79 173.15 -
System Red Green Blue C M Y K H S L
Decimal 221 119 191 0 0.46 0.14 0.13 317.65 0.6 0.67
Hex DD 77 BF 0 2E E D 13E 3C 43
Octal 335 167 277 0 56 16 15 476 74 103
Binary 11011101 1110111 10111111 0 101110 1110 1101 100111110 111100 1000011

Color Harmonies of #DD77BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD77BF

Black with #DD77BF

Text Example


Text Example

White with #DD77BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD77BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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