Html Css Color HEX #DF7AAA Pale Violet Red

📋 copy color: '#DF7AAA'

red 223 ◦ green 122 ◦ blue 170

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

Shades of Pale Violet Red #DF7AAA

Tints of Pale Violet Red #DF7AAA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.69%

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

R = 43.3%
G = 23.69%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DF7AAA (or 0xDF7AAA) is known color: Pale Violet Red. HEX triplet: DF, 7A and AA. RGB value is (223,122,170). Sum of RGB (Red+Green+Blue) = 223+122+170=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7AAA is #208555. Grayscale: #9D9D9D. Windows color (decimal): -2131286 or 11172575. OLE color: 11172575.

HSL color Cylindrical-coordinate representation of color #DF7AAA: hue angle of 331.49º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF7AAA is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 122 170 -
CMYK 0 0.45 0.24 0.13
HSL 331.49º 0.61% 0.68% -
HSV(B) 331.49º 0.45% 0.87% -
XYZ 44.65 32.51 41.95 -
YUV 157.67 134.96 174.6 -
System Red Green Blue C M Y K H S L
Decimal 223 122 170 0 0.45 0.24 0.13 331.49 0.61 0.68
Hex DF 7A AA 0 2D 18 D 14B 3D 44
Octal 337 172 252 0 55 30 15 513 75 104
Binary 11011111 1111010 10101010 0 101101 11000 1101 101001011 111101 1000100

Color Harmonies of #DF7AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7AAA

Black with #DF7AAA

Text Example


Text Example

White with #DF7AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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