Html Css Color HEX #DD71BC Persian Pink

📋 copy color: '#DD71BC'

red 221 ◦ green 113 ◦ blue 188

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

Shades of Persian Pink #DD71BC

Tints of Persian Pink #DD71BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.02%

R = 42.34%
G = 21.65%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD71BC (or 0xDD71BC) is known color: Persian Pink. HEX triplet: DD, 71 and BC. RGB value is (221,113,188). Sum of RGB (Red+Green+Blue) = 221+113+188=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 113 (44.53% from 255 or 21.65% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD71BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD71BC is #228E43. Grayscale: #999999. Windows color (decimal): -2264644 or 12349917. OLE color: 12349917.

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

Color convert

RGB 221 113 188 -
CMYK 0 0.49 0.15 0.13
HSL 318.33º 0.61% 0.65% -
HSV(B) 318.33º 0.49% 0.87% -
XYZ 44.8 30.81 51.16 -
YUV 153.84 147.28 175.9 -
System Red Green Blue C M Y K H S L
Decimal 221 113 188 0 0.49 0.15 0.13 318.33 0.61 0.65
Hex DD 71 BC 0 31 F D 13E 3D 41
Octal 335 161 274 0 61 17 15 476 75 101
Binary 11011101 1110001 10111100 0 110001 1111 1101 100111110 111101 1000001

Color Harmonies of #DD71BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD71BC

Black with #DD71BC

Text Example


Text Example

White with #DD71BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD71BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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