Html Css Color HEX #DD77AE Persian Pink

📋 copy color: '#DD77AE'

red 221 ◦ green 119 ◦ blue 174

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

Shades of Persian Pink #DD77AE

Tints of Persian Pink #DD77AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.85%

R = 43%
G = 23.15%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD77AE (or 0xDD77AE) is known color: Persian Pink. HEX triplet: DD, 77 and AE. RGB value is (221,119,174). Sum of RGB (Red+Green+Blue) = 221+119+174=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 174 (68.36% from 255 or 33.85% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD77AE is #228851. Grayscale: #9B9B9B. Windows color (decimal): -2263122 or 11433949. OLE color: 11433949.

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

Color convert

RGB 221 119 174 -
CMYK 0 0.46 0.21 0.13
HSL 327.65º 0.6% 0.67% -
HSV(B) 327.65º 0.46% 0.87% -
XYZ 44.06 31.62 43.83 -
YUV 155.77 138.29 174.53 -
System Red Green Blue C M Y K H S L
Decimal 221 119 174 0 0.46 0.21 0.13 327.65 0.6 0.67
Hex DD 77 AE 0 2E 15 D 148 3C 43
Octal 335 167 256 0 56 25 15 510 74 103
Binary 11011101 1110111 10101110 0 101110 10101 1101 101001000 111100 1000011

Color Harmonies of #DD77AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD77AE

Black with #DD77AE

Text Example


Text Example

White with #DD77AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD77AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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