Html Css Color HEX #DD77B1 Persian Pink

📋 copy color: '#DD77B1'

red 221 ◦ green 119 ◦ blue 177

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

Shades of Persian Pink #DD77B1

Tints of Persian Pink #DD77B1

RGB

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

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

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

R = 42.75%
G = 23.02%
B = 34.24%

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

#DD77B1 (or 0xDD77B1) is known color: Persian Pink. HEX triplet: DD, 77 and B1. RGB value is (221,119,177). Sum of RGB (Red+Green+Blue) = 221+119+177=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 119 (46.88% from 255 or 23.02% from 517); Blue value is 177 (69.53% from 255 or 34.24% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD77B1 is #22884E. Grayscale: #9B9B9B. Windows color (decimal): -2263119 or 11630557. OLE color: 11630557.

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

Color convert

RGB 221 119 177 -
CMYK 0 0.46 0.20 0.13
HSL 325.88º 0.6% 0.67% -
HSV(B) 325.88º 0.46% 0.87% -
XYZ 44.35 31.74 45.38 -
YUV 156.11 139.79 174.28 -
System Red Green Blue C M Y K H S L
Decimal 221 119 177 0 0.46 0.20 0.13 325.88 0.6 0.67
Hex DD 77 B1 0 2E 14 D 146 3C 43
Octal 335 167 261 0 56 24 15 506 74 103
Binary 11011101 1110111 10110001 0 101110 10100 1101 101000110 111100 1000011

Color Harmonies of #DD77B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD77B1

Black with #DD77B1

Text Example


Text Example

White with #DD77B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD77B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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