Html Css Color HEX #DD77B4 Persian Pink

📋 copy color: '#DD77B4'

red 221 ◦ green 119 ◦ blue 180

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

Shades of Persian Pink #DD77B4

Tints of Persian Pink #DD77B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.62%

R = 42.5%
G = 22.88%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD77B4 (or 0xDD77B4) is known color: Persian Pink. HEX triplet: DD, 77 and B4. RGB value is (221,119,180). Sum of RGB (Red+Green+Blue) = 221+119+180=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 119 (46.88% from 255 or 22.88% from 520); Blue value is 180 (70.70% from 255 or 34.62% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD77B4 is #22884B. Grayscale: #9C9C9C. Windows color (decimal): -2263116 or 11827165. OLE color: 11827165.

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

Color convert

RGB 221 119 180 -
CMYK 0 0.46 0.19 0.13
HSL 324.12º 0.6% 0.67% -
HSV(B) 324.12º 0.46% 0.87% -
XYZ 44.65 31.86 46.98 -
YUV 156.45 141.29 174.04 -
System Red Green Blue C M Y K H S L
Decimal 221 119 180 0 0.46 0.19 0.13 324.12 0.6 0.67
Hex DD 77 B4 0 2E 13 D 144 3C 43
Octal 335 167 264 0 56 23 15 504 74 103
Binary 11011101 1110111 10110100 0 101110 10011 1101 101000100 111100 1000011

Color Harmonies of #DD77B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD77B4

Black with #DD77B4

Text Example


Text Example

White with #DD77B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD77B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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