Html Css Color HEX #DF71AA Pale Violet Red

📋 copy color: '#DF71AA'

red 223 ◦ green 113 ◦ blue 170

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

Shades of Pale Violet Red #DF71AA

Tints of Pale Violet Red #DF71AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.6%

R = 44.07%
G = 22.33%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DF71AA (or 0xDF71AA) is known color: Pale Violet Red. HEX triplet: DF, 71 and AA. RGB value is (223,113,170). Sum of RGB (Red+Green+Blue) = 223+113+170=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 113 (44.53% from 255 or 22.33% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DF71AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF71AA is #208E55. Grayscale: #989898. Windows color (decimal): -2133590 or 11170271. OLE color: 11170271.

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

Color convert

RGB 223 113 170 -
CMYK 0 0.49 0.24 0.13
HSL 328.91º 0.63% 0.66% -
HSV(B) 328.91º 0.49% 0.87% -
XYZ 43.59 30.4 41.6 -
YUV 152.39 137.94 178.37 -
System Red Green Blue C M Y K H S L
Decimal 223 113 170 0 0.49 0.24 0.13 328.91 0.63 0.66
Hex DF 71 AA 0 31 18 D 149 3F 42
Octal 337 161 252 0 61 30 15 511 77 102
Binary 11011111 1110001 10101010 0 110001 11000 1101 101001001 111111 1000010

Color Harmonies of #DF71AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF71AA

Black with #DF71AA

Text Example


Text Example

White with #DF71AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF71AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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