Html Css Color HEX #DD77B5 Persian Pink

📋 copy color: '#DD77B5'

red 221 ◦ green 119 ◦ blue 181

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

Shades of Persian Pink #DD77B5

Tints of Persian Pink #DD77B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.74%

R = 42.42%
G = 22.84%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DD77B5 (or 0xDD77B5) is known color: Persian Pink. HEX triplet: DD, 77 and B5. RGB value is (221,119,181). Sum of RGB (Red+Green+Blue) = 221+119+181=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 119 (46.88% from 255 or 22.84% from 521); Blue value is 181 (71.09% from 255 or 34.74% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD77B5 is #22884A. Grayscale: #9C9C9C. Windows color (decimal): -2263115 or 11892701. OLE color: 11892701.

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

Color convert

RGB 221 119 181 -
CMYK 0 0.46 0.18 0.13
HSL 323.53º 0.6% 0.67% -
HSV(B) 323.53º 0.46% 0.87% -
XYZ 44.76 31.9 47.51 -
YUV 156.57 141.79 173.96 -
System Red Green Blue C M Y K H S L
Decimal 221 119 181 0 0.46 0.18 0.13 323.53 0.6 0.67
Hex DD 77 B5 0 2E 12 D 144 3C 43
Octal 335 167 265 0 56 22 15 504 74 103
Binary 11011101 1110111 10110101 0 101110 10010 1101 101000100 111100 1000011

Color Harmonies of #DD77B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD77B5

Black with #DD77B5

Text Example


Text Example

White with #DD77B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD77B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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