Html Css Color HEX #DD71AB Pale Violet Red

📋 copy color: '#DD71AB'

red 221 ◦ green 113 ◦ blue 171

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

Shades of Pale Violet Red #DD71AB

Tints of Pale Violet Red #DD71AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.86%

R = 43.76%
G = 22.38%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD71AB (or 0xDD71AB) is known color: Pale Violet Red. HEX triplet: DD, 71 and AB. RGB value is (221,113,171). Sum of RGB (Red+Green+Blue) = 221+113+171=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 113 (44.53% from 255 or 22.38% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD71AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD71AB is #228E54. Grayscale: #979797. Windows color (decimal): -2264661 or 11235805. OLE color: 11235805.

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

Color convert

RGB 221 113 171 -
CMYK 0 0.49 0.23 0.13
HSL 327.78º 0.61% 0.65% -
HSV(B) 327.78º 0.49% 0.87% -
XYZ 43.07 30.12 42.07 -
YUV 151.9 138.78 177.28 -
System Red Green Blue C M Y K H S L
Decimal 221 113 171 0 0.49 0.23 0.13 327.78 0.61 0.65
Hex DD 71 AB 0 31 17 D 148 3D 41
Octal 335 161 253 0 61 27 15 510 75 101
Binary 11011101 1110001 10101011 0 110001 10111 1101 101001000 111101 1000001

Color Harmonies of #DD71AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD71AB

Black with #DD71AB

Text Example


Text Example

White with #DD71AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD71AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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