Html Css Color HEX #DD71BA Persian Pink

📋 copy color: '#DD71BA'

red 221 ◦ green 113 ◦ blue 186

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

Shades of Persian Pink #DD71BA

Tints of Persian Pink #DD71BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.77%

R = 42.5%
G = 21.73%
B = 35.77%

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

#DD71BA (or 0xDD71BA) is known color: Persian Pink. HEX triplet: DD, 71 and BA. RGB value is (221,113,186). Sum of RGB (Red+Green+Blue) = 221+113+186=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 113 (44.53% from 255 or 21.73% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DD71BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD71BA is #228E45. Grayscale: #999999. Windows color (decimal): -2264646 or 12218845. OLE color: 12218845.

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

Color convert

RGB 221 113 186 -
CMYK 0 0.49 0.16 0.13
HSL 319.44º 0.61% 0.65% -
HSV(B) 319.44º 0.49% 0.87% -
XYZ 44.59 30.73 50.04 -
YUV 153.61 146.28 176.06 -
System Red Green Blue C M Y K H S L
Decimal 221 113 186 0 0.49 0.16 0.13 319.44 0.61 0.65
Hex DD 71 BA 0 31 10 D 13F 3D 41
Octal 335 161 272 0 61 20 15 477 75 101
Binary 11011101 1110001 10111010 0 110001 10000 1101 100111111 111101 1000001

Color Harmonies of #DD71BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD71BA

Black with #DD71BA

Text Example


Text Example

White with #DD71BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD71BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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