Html Css Color HEX #DF71A1 Pale Violet Red

📋 copy color: '#DF71A1'

red 223 ◦ green 113 ◦ blue 161

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

Shades of Pale Violet Red #DF71A1

Tints of Pale Violet Red #DF71A1

RGB

 RED value IS 223 (87.5% from 255) = 44.87%

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

 BLUE value IS 161 (63.28% from 255) = 32.39%

R = 44.87%
G = 22.74%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DF71A1 (or 0xDF71A1) is known color: Pale Violet Red. HEX triplet: DF, 71 and A1. RGB value is (223,113,161). Sum of RGB (Red+Green+Blue) = 223+113+161=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 113 (44.53% from 255 or 22.74% from 497); Blue value is 161 (63.28% from 255 or 32.39% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DF71A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF71A1 is #208E5E. Grayscale: #979797. Windows color (decimal): -2133599 or 10580447. OLE color: 10580447.

HSL color Cylindrical-coordinate representation of color #DF71A1: hue angle of 333.82º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF71A1 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 113 161 -
CMYK 0 0.49 0.28 0.13
HSL 333.82º 0.63% 0.66% -
HSV(B) 333.82º 0.49% 0.87% -
XYZ 42.77 30.07 37.27 -
YUV 151.36 133.44 179.1 -
System Red Green Blue C M Y K H S L
Decimal 223 113 161 0 0.49 0.28 0.13 333.82 0.63 0.66
Hex DF 71 A1 0 31 1C D 14E 3F 42
Octal 337 161 241 0 61 34 15 516 77 102
Binary 11011111 1110001 10100001 0 110001 11100 1101 101001110 111111 1000010

Color Harmonies of #DF71A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF71A1

Black with #DF71A1

Text Example


Text Example

White with #DF71A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF71A1; }

 p { color: rgb(223,113,161); }

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

background-color css

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

 a { background-color: rgb(223,113,161); }

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

border-color css

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

 span { border-color: rgb(223,113,161); }

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