Html Css Color HEX #DD76B8 Persian Pink

📋 copy color: '#DD76B8'

red 221 ◦ green 118 ◦ blue 184

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

Shades of Persian Pink #DD76B8

Tints of Persian Pink #DD76B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.18%

R = 42.26%
G = 22.56%
B = 35.18%

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

#DD76B8 (or 0xDD76B8) is known color: Persian Pink. HEX triplet: DD, 76 and B8. RGB value is (221,118,184). Sum of RGB (Red+Green+Blue) = 221+118+184=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 118 (46.48% from 255 or 22.56% from 523); Blue value is 184 (72.27% from 255 or 35.18% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD76B8 is #228947. Grayscale: #9C9C9C. Windows color (decimal): -2263368 or 12089053. OLE color: 12089053.

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

Color convert

RGB 221 118 184 -
CMYK 0 0.47 0.17 0.13
HSL 321.55º 0.6% 0.66% -
HSV(B) 321.55º 0.47% 0.87% -
XYZ 44.95 31.79 49.11 -
YUV 156.32 143.62 174.13 -
System Red Green Blue C M Y K H S L
Decimal 221 118 184 0 0.47 0.17 0.13 321.55 0.6 0.66
Hex DD 76 B8 0 2F 11 D 142 3C 42
Octal 335 166 270 0 57 21 15 502 74 102
Binary 11011101 1110110 10111000 0 101111 10001 1101 101000010 111100 1000010

Color Harmonies of #DD76B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD76B8

Black with #DD76B8

Text Example


Text Example

White with #DD76B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD76B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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