Html Css Color HEX #DD71B7 Persian Pink

📋 copy color: '#DD71B7'

red 221 ◦ green 113 ◦ blue 183

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

Shades of Persian Pink #DD71B7

Tints of Persian Pink #DD71B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.4%

R = 42.75%
G = 21.86%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DD71B7 (or 0xDD71B7) is known color: Persian Pink. HEX triplet: DD, 71 and B7. RGB value is (221,113,183). Sum of RGB (Red+Green+Blue) = 221+113+183=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 183 (71.88% from 255 or 35.40% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD71B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD71B7 is #228E48. Grayscale: #999999. Windows color (decimal): -2264649 or 12022237. OLE color: 12022237.

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

Color convert

RGB 221 113 183 -
CMYK 0 0.49 0.17 0.13
HSL 321.11º 0.61% 0.65% -
HSV(B) 321.11º 0.49% 0.87% -
XYZ 44.27 30.6 48.37 -
YUV 153.27 144.78 176.31 -
System Red Green Blue C M Y K H S L
Decimal 221 113 183 0 0.49 0.17 0.13 321.11 0.61 0.65
Hex DD 71 B7 0 31 11 D 141 3D 41
Octal 335 161 267 0 61 21 15 501 75 101
Binary 11011101 1110001 10110111 0 110001 10001 1101 101000001 111101 1000001

Color Harmonies of #DD71B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD71B7

Black with #DD71B7

Text Example


Text Example

White with #DD71B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD71B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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