Html Css Color HEX #DD71B9 Persian Pink

📋 copy color: '#DD71B9'

red 221 ◦ green 113 ◦ blue 185

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

Shades of Persian Pink #DD71B9

Tints of Persian Pink #DD71B9

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.77%

 BLUE value IS 185 (72.66% from 255) = 35.65%

R = 42.58%
G = 21.77%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD71B9 (or 0xDD71B9) is known color: Persian Pink. HEX triplet: DD, 71 and B9. RGB value is (221,113,185). Sum of RGB (Red+Green+Blue) = 221+113+185=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 113 (44.53% from 255 or 21.77% from 519); Blue value is 185 (72.66% from 255 or 35.65% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD71B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD71B9 is #228E46. Grayscale: #999999. Windows color (decimal): -2264647 or 12153309. OLE color: 12153309.

HSL color Cylindrical-coordinate representation of color #DD71B9: hue angle of 320º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD71B9 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 113 185 -
CMYK 0 0.49 0.16 0.13
HSL 320º 0.61% 0.65% -
HSV(B) 320º 0.49% 0.87% -
XYZ 44.48 30.69 49.48 -
YUV 153.5 145.78 176.15 -
System Red Green Blue C M Y K H S L
Decimal 221 113 185 0 0.49 0.16 0.13 320 0.61 0.65
Hex DD 71 B9 0 31 10 D 140 3D 41
Octal 335 161 271 0 61 20 15 500 75 101
Binary 11011101 1110001 10111001 0 110001 10000 1101 101000000 111101 1000001

Color Harmonies of #DD71B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD71B9

Black with #DD71B9

Text Example


Text Example

White with #DD71B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD71B9; }

 p { color: rgb(221,113,185); }

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

background-color css

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

 a { background-color: rgb(221,113,185); }

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

border-color css

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

 span { border-color: rgb(221,113,185); }

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