Html Css Color HEX #DD71B5 Persian Pink

📋 copy color: '#DD71B5'

red 221 ◦ green 113 ◦ blue 181

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

Shades of Persian Pink #DD71B5

Tints of Persian Pink #DD71B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.15%

R = 42.91%
G = 21.94%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DD71B5 (or 0xDD71B5) is known color: Persian Pink. HEX triplet: DD, 71 and B5. RGB value is (221,113,181). Sum of RGB (Red+Green+Blue) = 221+113+181=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 113 (44.53% from 255 or 21.94% from 515); Blue value is 181 (71.09% from 255 or 35.15% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DD71B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD71B5 is #228E4A. Grayscale: #989898. Windows color (decimal): -2264651 or 11891165. OLE color: 11891165.

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

Color convert

RGB 221 113 181 -
CMYK 0 0.49 0.18 0.13
HSL 322.22º 0.61% 0.65% -
HSV(B) 322.22º 0.49% 0.87% -
XYZ 44.06 30.52 47.28 -
YUV 153.04 143.78 176.47 -
System Red Green Blue C M Y K H S L
Decimal 221 113 181 0 0.49 0.18 0.13 322.22 0.61 0.65
Hex DD 71 B5 0 31 12 D 142 3D 41
Octal 335 161 265 0 61 22 15 502 75 101
Binary 11011101 1110001 10110101 0 110001 10010 1101 101000010 111101 1000001

Color Harmonies of #DD71B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD71B5

Black with #DD71B5

Text Example


Text Example

White with #DD71B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD71B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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