Html Css Color HEX #DD77B6 Persian Pink

📋 copy color: '#DD77B6'

red 221 ◦ green 119 ◦ blue 182

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

Shades of Persian Pink #DD77B6

Tints of Persian Pink #DD77B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.87%

R = 42.34%
G = 22.8%
B = 34.87%

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

#DD77B6 (or 0xDD77B6) is known color: Persian Pink. HEX triplet: DD, 77 and B6. RGB value is (221,119,182). Sum of RGB (Red+Green+Blue) = 221+119+182=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 119 (46.88% from 255 or 22.80% from 522); Blue value is 182 (71.48% from 255 or 34.87% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD77B6 is #228849. Grayscale: #9C9C9C. Windows color (decimal): -2263114 or 11958237. OLE color: 11958237.

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

Color convert

RGB 221 119 182 -
CMYK 0 0.46 0.18 0.13
HSL 322.94º 0.6% 0.67% -
HSV(B) 322.94º 0.46% 0.87% -
XYZ 44.86 31.94 48.06 -
YUV 156.68 142.29 173.88 -
System Red Green Blue C M Y K H S L
Decimal 221 119 182 0 0.46 0.18 0.13 322.94 0.6 0.67
Hex DD 77 B6 0 2E 12 D 143 3C 43
Octal 335 167 266 0 56 22 15 503 74 103
Binary 11011101 1110111 10110110 0 101110 10010 1101 101000011 111100 1000011

Color Harmonies of #DD77B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD77B6

Black with #DD77B6

Text Example


Text Example

White with #DD77B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD77B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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