Html Css Color HEX #DD71A5 Pale Violet Red

📋 copy color: '#DD71A5'

red 221 ◦ green 113 ◦ blue 165

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

Shades of Pale Violet Red #DD71A5

Tints of Pale Violet Red #DD71A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.07%

R = 44.29%
G = 22.65%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD71A5 (or 0xDD71A5) is known color: Pale Violet Red. HEX triplet: DD, 71 and A5. RGB value is (221,113,165). Sum of RGB (Red+Green+Blue) = 221+113+165=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 113 (44.53% from 255 or 22.65% from 499); Blue value is 165 (64.84% from 255 or 33.07% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD71A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD71A5 is #228E5A. Grayscale: #979797. Windows color (decimal): -2264667 or 10842589. OLE color: 10842589.

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

Color convert

RGB 221 113 165 -
CMYK 0 0.49 0.25 0.13
HSL 331.11º 0.61% 0.65% -
HSV(B) 331.11º 0.49% 0.87% -
XYZ 42.52 29.9 39.13 -
YUV 151.22 135.78 177.77 -
System Red Green Blue C M Y K H S L
Decimal 221 113 165 0 0.49 0.25 0.13 331.11 0.61 0.65
Hex DD 71 A5 0 31 19 D 14B 3D 41
Octal 335 161 245 0 61 31 15 513 75 101
Binary 11011101 1110001 10100101 0 110001 11001 1101 101001011 111101 1000001

Color Harmonies of #DD71A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD71A5

Black with #DD71A5

Text Example


Text Example

White with #DD71A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD71A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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