Html Css Color HEX #DD76B7 Persian Pink

📋 copy color: '#DD76B7'

red 221 ◦ green 118 ◦ blue 183

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

Shades of Persian Pink #DD76B7

Tints of Persian Pink #DD76B7

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.61%

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

R = 42.34%
G = 22.61%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DD76B7 (or 0xDD76B7) is known color: Persian Pink. HEX triplet: DD, 76 and B7. RGB value is (221,118,183). Sum of RGB (Red+Green+Blue) = 221+118+183=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 118 (46.48% from 255 or 22.61% from 522); Blue value is 183 (71.88% from 255 or 35.06% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD76B7 is #228948. Grayscale: #9C9C9C. Windows color (decimal): -2263369 or 12023517. OLE color: 12023517.

HSL color Cylindrical-coordinate representation of color #DD76B7: hue angle of 322.14º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD76B7 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 118 183 -
CMYK 0 0.47 0.17 0.13
HSL 322.14º 0.6% 0.66% -
HSV(B) 322.14º 0.47% 0.87% -
XYZ 44.84 31.75 48.56 -
YUV 156.21 143.12 174.21 -
System Red Green Blue C M Y K H S L
Decimal 221 118 183 0 0.47 0.17 0.13 322.14 0.6 0.66
Hex DD 76 B7 0 2F 11 D 142 3C 42
Octal 335 166 267 0 57 21 15 502 74 102
Binary 11011101 1110110 10110111 0 101111 10001 1101 101000010 111100 1000010

Color Harmonies of #DD76B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD76B7

Black with #DD76B7

Text Example


Text Example

White with #DD76B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD76B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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