Html Css Color HEX #DD76B0 Persian Pink

📋 copy color: '#DD76B0'

red 221 ◦ green 118 ◦ blue 176

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

Shades of Persian Pink #DD76B0

Tints of Persian Pink #DD76B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.17%

R = 42.91%
G = 22.91%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD76B0 (or 0xDD76B0) is known color: Persian Pink. HEX triplet: DD, 76 and B0. RGB value is (221,118,176). Sum of RGB (Red+Green+Blue) = 221+118+176=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 118 (46.48% from 255 or 22.91% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD76B0 is #22894F. Grayscale: #9B9B9B. Windows color (decimal): -2263376 or 11564765. OLE color: 11564765.

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

Color convert

RGB 221 118 176 -
CMYK 0 0.47 0.20 0.13
HSL 326.21º 0.6% 0.66% -
HSV(B) 326.21º 0.47% 0.87% -
XYZ 44.13 31.46 44.82 -
YUV 155.41 139.62 174.78 -
System Red Green Blue C M Y K H S L
Decimal 221 118 176 0 0.47 0.20 0.13 326.21 0.6 0.66
Hex DD 76 B0 0 2F 14 D 146 3C 42
Octal 335 166 260 0 57 24 15 506 74 102
Binary 11011101 1110110 10110000 0 101111 10100 1101 101000110 111100 1000010

Color Harmonies of #DD76B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD76B0

Black with #DD76B0

Text Example


Text Example

White with #DD76B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD76B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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