Html Css Color HEX #DD77B7 Persian Pink

📋 copy color: '#DD77B7'

red 221 ◦ green 119 ◦ blue 183

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

Shades of Persian Pink #DD77B7

Tints of Persian Pink #DD77B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.99%

R = 42.26%
G = 22.75%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DD77B7 (or 0xDD77B7) is known color: Persian Pink. HEX triplet: DD, 77 and B7. RGB value is (221,119,183). Sum of RGB (Red+Green+Blue) = 221+119+183=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 119 (46.88% from 255 or 22.75% from 523); Blue value is 183 (71.88% from 255 or 34.99% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD77B7 is #228848. Grayscale: #9C9C9C. Windows color (decimal): -2263113 or 12023773. OLE color: 12023773.

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

Color convert

RGB 221 119 183 -
CMYK 0 0.46 0.17 0.13
HSL 322.35º 0.6% 0.67% -
HSV(B) 322.35º 0.46% 0.87% -
XYZ 44.96 31.98 48.6 -
YUV 156.79 142.79 173.8 -
System Red Green Blue C M Y K H S L
Decimal 221 119 183 0 0.46 0.17 0.13 322.35 0.6 0.67
Hex DD 77 B7 0 2E 11 D 142 3C 43
Octal 335 167 267 0 56 21 15 502 74 103
Binary 11011101 1110111 10110111 0 101110 10001 1101 101000010 111100 1000011

Color Harmonies of #DD77B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD77B7

Black with #DD77B7

Text Example


Text Example

White with #DD77B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD77B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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