Html Css Color HEX #DF77A1 Pale Violet Red

📋 copy color: '#DF77A1'

red 223 ◦ green 119 ◦ blue 161

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

Shades of Pale Violet Red #DF77A1

Tints of Pale Violet Red #DF77A1

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.66%

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

R = 44.33%
G = 23.66%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DF77A1 (or 0xDF77A1) is known color: Pale Violet Red. HEX triplet: DF, 77 and A1. RGB value is (223,119,161). Sum of RGB (Red+Green+Blue) = 223+119+161=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 119 (46.88% from 255 or 23.66% from 503); Blue value is 161 (63.28% from 255 or 32.01% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DF77A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF77A1 is #20885E. Grayscale: #9A9A9A. Windows color (decimal): -2132063 or 10581983. OLE color: 10581983.

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

Color convert

RGB 223 119 161 -
CMYK 0 0.47 0.28 0.13
HSL 335.77º 0.62% 0.67% -
HSV(B) 335.77º 0.47% 0.87% -
XYZ 43.46 31.45 37.5 -
YUV 154.88 131.46 176.58 -
System Red Green Blue C M Y K H S L
Decimal 223 119 161 0 0.47 0.28 0.13 335.77 0.62 0.67
Hex DF 77 A1 0 2F 1C D 150 3E 43
Octal 337 167 241 0 57 34 15 520 76 103
Binary 11011111 1110111 10100001 0 101111 11100 1101 101010000 111110 1000011

Color Harmonies of #DF77A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF77A1

Black with #DF77A1

Text Example


Text Example

White with #DF77A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF77A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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