Html Css Color HEX #DD71B0 Persian Pink

📋 copy color: '#DD71B0'

red 221 ◦ green 113 ◦ blue 176

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

Shades of Persian Pink #DD71B0

Tints of Persian Pink #DD71B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.51%

R = 43.33%
G = 22.16%
B = 34.51%

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

#DD71B0 (or 0xDD71B0) is known color: Persian Pink. HEX triplet: DD, 71 and B0. RGB value is (221,113,176). Sum of RGB (Red+Green+Blue) = 221+113+176=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 113 (44.53% from 255 or 22.16% from 510); Blue value is 176 (69.14% from 255 or 34.51% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD71B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD71B0 is #228E4F. Grayscale: #989898. Windows color (decimal): -2264656 or 11563485. OLE color: 11563485.

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

Color convert

RGB 221 113 176 -
CMYK 0 0.49 0.20 0.13
HSL 325º 0.61% 0.65% -
HSV(B) 325º 0.49% 0.87% -
XYZ 43.56 30.32 44.63 -
YUV 152.47 141.28 176.88 -
System Red Green Blue C M Y K H S L
Decimal 221 113 176 0 0.49 0.20 0.13 325 0.61 0.65
Hex DD 71 B0 0 31 14 D 145 3D 41
Octal 335 161 260 0 61 24 15 505 75 101
Binary 11011101 1110001 10110000 0 110001 10100 1101 101000101 111101 1000001

Color Harmonies of #DD71B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD71B0

Black with #DD71B0

Text Example


Text Example

White with #DD71B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD71B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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