Html Css Color HEX #DD71B1 Persian Pink

📋 copy color: '#DD71B1'

red 221 ◦ green 113 ◦ blue 177

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

Shades of Persian Pink #DD71B1

Tints of Persian Pink #DD71B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.64%

R = 43.25%
G = 22.11%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD71B1 (or 0xDD71B1) is known color: Persian Pink. HEX triplet: DD, 71 and B1. RGB value is (221,113,177). Sum of RGB (Red+Green+Blue) = 221+113+177=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 113 (44.53% from 255 or 22.11% from 511); Blue value is 177 (69.53% from 255 or 34.64% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD71B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD71B1 is #228E4E. Grayscale: #989898. Windows color (decimal): -2264655 or 11629021. OLE color: 11629021.

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

Color convert

RGB 221 113 177 -
CMYK 0 0.49 0.20 0.13
HSL 324.44º 0.61% 0.65% -
HSV(B) 324.44º 0.49% 0.87% -
XYZ 43.66 30.36 45.15 -
YUV 152.59 141.78 176.8 -
System Red Green Blue C M Y K H S L
Decimal 221 113 177 0 0.49 0.20 0.13 324.44 0.61 0.65
Hex DD 71 B1 0 31 14 D 144 3D 41
Octal 335 161 261 0 61 24 15 504 75 101
Binary 11011101 1110001 10110001 0 110001 10100 1101 101000100 111101 1000001

Color Harmonies of #DD71B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD71B1

Black with #DD71B1

Text Example


Text Example

White with #DD71B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD71B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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