Html Css Color HEX #DD76B3 Persian Pink

📋 copy color: '#DD76B3'

red 221 ◦ green 118 ◦ blue 179

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

Shades of Persian Pink #DD76B3

Tints of Persian Pink #DD76B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.56%

R = 42.66%
G = 22.78%
B = 34.56%

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

#DD76B3 (or 0xDD76B3) is known color: Persian Pink. HEX triplet: DD, 76 and B3. RGB value is (221,118,179). Sum of RGB (Red+Green+Blue) = 221+118+179=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 118 (46.48% from 255 or 22.78% from 518); Blue value is 179 (70.31% from 255 or 34.56% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD76B3 is #22894C. Grayscale: #9B9B9B. Windows color (decimal): -2263373 or 11761373. OLE color: 11761373.

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

Color convert

RGB 221 118 179 -
CMYK 0 0.47 0.19 0.13
HSL 324.47º 0.6% 0.66% -
HSV(B) 324.47º 0.47% 0.87% -
XYZ 44.43 31.58 46.4 -
YUV 155.75 141.12 174.54 -
System Red Green Blue C M Y K H S L
Decimal 221 118 179 0 0.47 0.19 0.13 324.47 0.6 0.66
Hex DD 76 B3 0 2F 13 D 144 3C 42
Octal 335 166 263 0 57 23 15 504 74 102
Binary 11011101 1110110 10110011 0 101111 10011 1101 101000100 111100 1000010

Color Harmonies of #DD76B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD76B3

Black with #DD76B3

Text Example


Text Example

White with #DD76B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD76B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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