Html Css Color HEX #DD76BF Persian Pink

📋 copy color: '#DD76BF'

red 221 ◦ green 118 ◦ blue 191

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

Shades of Persian Pink #DD76BF

Tints of Persian Pink #DD76BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.04%

R = 41.7%
G = 22.26%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD76BF (or 0xDD76BF) is known color: Persian Pink. HEX triplet: DD, 76 and BF. RGB value is (221,118,191). Sum of RGB (Red+Green+Blue) = 221+118+191=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 118 (46.48% from 255 or 22.26% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD76BF is #228940. Grayscale: #9C9C9C. Windows color (decimal): -2263361 or 12547805. OLE color: 12547805.

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

Color convert

RGB 221 118 191 -
CMYK 0 0.47 0.14 0.13
HSL 317.48º 0.6% 0.66% -
HSV(B) 317.48º 0.47% 0.87% -
XYZ 45.7 32.09 53.08 -
YUV 157.12 147.12 173.56 -
System Red Green Blue C M Y K H S L
Decimal 221 118 191 0 0.47 0.14 0.13 317.48 0.6 0.66
Hex DD 76 BF 0 2F E D 13D 3C 42
Octal 335 166 277 0 57 16 15 475 74 102
Binary 11011101 1110110 10111111 0 101111 1110 1101 100111101 111100 1000010

Color Harmonies of #DD76BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD76BF

Black with #DD76BF

Text Example


Text Example

White with #DD76BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD76BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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