Html Css Color HEX #DD76BC Persian Pink

📋 copy color: '#DD76BC'

red 221 ◦ green 118 ◦ blue 188

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

Shades of Persian Pink #DD76BC

Tints of Persian Pink #DD76BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.67%

R = 41.94%
G = 22.39%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD76BC (or 0xDD76BC) is known color: Persian Pink. HEX triplet: DD, 76 and BC. RGB value is (221,118,188). Sum of RGB (Red+Green+Blue) = 221+118+188=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 118 (46.48% from 255 or 22.39% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD76BC is #228943. Grayscale: #9C9C9C. Windows color (decimal): -2263364 or 12351197. OLE color: 12351197.

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

Color convert

RGB 221 118 188 -
CMYK 0 0.47 0.15 0.13
HSL 319.22º 0.6% 0.66% -
HSV(B) 319.22º 0.47% 0.87% -
XYZ 45.37 31.96 51.35 -
YUV 156.78 145.62 173.81 -
System Red Green Blue C M Y K H S L
Decimal 221 118 188 0 0.47 0.15 0.13 319.22 0.6 0.66
Hex DD 76 BC 0 2F F D 13F 3C 42
Octal 335 166 274 0 57 17 15 477 74 102
Binary 11011101 1110110 10111100 0 101111 1111 1101 100111111 111100 1000010

Color Harmonies of #DD76BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD76BC

Black with #DD76BC

Text Example


Text Example

White with #DD76BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD76BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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