Html Css Color HEX #DF77AA Pale Violet Red

📋 copy color: '#DF77AA'

red 223 ◦ green 119 ◦ blue 170

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

Shades of Pale Violet Red #DF77AA

Tints of Pale Violet Red #DF77AA

RGB

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

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

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

R = 43.55%
G = 23.24%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DF77AA (or 0xDF77AA) is known color: Pale Violet Red. HEX triplet: DF, 77 and AA. RGB value is (223,119,170). Sum of RGB (Red+Green+Blue) = 223+119+170=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DF77AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF77AA is #208855. Grayscale: #9B9B9B. Windows color (decimal): -2132054 or 11171807. OLE color: 11171807.

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

Color convert

RGB 223 119 170 -
CMYK 0 0.47 0.24 0.13
HSL 330.58º 0.62% 0.67% -
HSV(B) 330.58º 0.47% 0.87% -
XYZ 44.28 31.78 41.83 -
YUV 155.91 135.96 175.85 -
System Red Green Blue C M Y K H S L
Decimal 223 119 170 0 0.47 0.24 0.13 330.58 0.62 0.67
Hex DF 77 AA 0 2F 18 D 14B 3E 43
Octal 337 167 252 0 57 30 15 513 76 103
Binary 11011111 1110111 10101010 0 101111 11000 1101 101001011 111110 1000011

Color Harmonies of #DF77AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF77AA

Black with #DF77AA

Text Example


Text Example

White with #DF77AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF77AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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