Html Css Color HEX #DD76B2 Persian Pink

📋 copy color: '#DD76B2'

red 221 ◦ green 118 ◦ blue 178

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

Shades of Persian Pink #DD76B2

Tints of Persian Pink #DD76B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.43%

R = 42.75%
G = 22.82%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD76B2 (or 0xDD76B2) is known color: Persian Pink. HEX triplet: DD, 76 and B2. RGB value is (221,118,178). Sum of RGB (Red+Green+Blue) = 221+118+178=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 118 (46.48% from 255 or 22.82% from 517); Blue value is 178 (69.92% from 255 or 34.43% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD76B2 is #22894D. Grayscale: #9B9B9B. Windows color (decimal): -2263374 or 11695837. OLE color: 11695837.

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

Color convert

RGB 221 118 178 -
CMYK 0 0.47 0.19 0.13
HSL 325.05º 0.6% 0.66% -
HSV(B) 325.05º 0.47% 0.87% -
XYZ 44.33 31.54 45.87 -
YUV 155.64 140.62 174.62 -
System Red Green Blue C M Y K H S L
Decimal 221 118 178 0 0.47 0.19 0.13 325.05 0.6 0.66
Hex DD 76 B2 0 2F 13 D 145 3C 42
Octal 335 166 262 0 57 23 15 505 74 102
Binary 11011101 1110110 10110010 0 101111 10011 1101 101000101 111100 1000010

Color Harmonies of #DD76B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD76B2

Black with #DD76B2

Text Example


Text Example

White with #DD76B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD76B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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