Html Css Color HEX #DF6FAA Pale Violet Red

📋 copy color: '#DF6FAA'

red 223 ◦ green 111 ◦ blue 170

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

Shades of Pale Violet Red #DF6FAA

Tints of Pale Violet Red #DF6FAA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.02%

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

R = 44.25%
G = 22.02%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DF6FAA (or 0xDF6FAA) is known color: Pale Violet Red. HEX triplet: DF, 6F and AA. RGB value is (223,111,170). Sum of RGB (Red+Green+Blue) = 223+111+170=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 111 (43.75% from 255 or 22.02% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6FAA is #209055. Grayscale: #979797. Windows color (decimal): -2134102 or 11169759. OLE color: 11169759.

HSL color Cylindrical-coordinate representation of color #DF6FAA: hue angle of 328.39º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF6FAA is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 111 170 -
CMYK 0 0.50 0.24 0.13
HSL 328.39º 0.64% 0.65% -
HSV(B) 328.39º 0.5% 0.87% -
XYZ 43.37 29.96 41.53 -
YUV 151.21 138.61 179.2 -
System Red Green Blue C M Y K H S L
Decimal 223 111 170 0 0.50 0.24 0.13 328.39 0.64 0.65
Hex DF 6F AA 0 32 18 D 148 40 41
Octal 337 157 252 0 62 30 15 510 100 101
Binary 11011111 1101111 10101010 0 110010 11000 1101 101001000 1000000 1000001

Color Harmonies of #DF6FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6FAA

Black with #DF6FAA

Text Example


Text Example

White with #DF6FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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