Html Css Color HEX #DF6FAD Pale Violet Red

📋 copy color: '#DF6FAD'

red 223 ◦ green 111 ◦ blue 173

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

Shades of Pale Violet Red #DF6FAD

Tints of Pale Violet Red #DF6FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.12%

R = 43.98%
G = 21.89%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF6FAD (or 0xDF6FAD) is known color: Pale Violet Red. HEX triplet: DF, 6F and AD. RGB value is (223,111,173). Sum of RGB (Red+Green+Blue) = 223+111+173=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6FAD is #209052. Grayscale: #979797. Windows color (decimal): -2134099 or 11366367. OLE color: 11366367.

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

Color convert

RGB 223 111 173 -
CMYK 0 0.50 0.22 0.13
HSL 326.79º 0.64% 0.65% -
HSV(B) 326.79º 0.5% 0.87% -
XYZ 43.66 30.07 43.04 -
YUV 151.56 140.11 178.96 -
System Red Green Blue C M Y K H S L
Decimal 223 111 173 0 0.50 0.22 0.13 326.79 0.64 0.65
Hex DF 6F AD 0 32 16 D 147 40 41
Octal 337 157 255 0 62 26 15 507 100 101
Binary 11011111 1101111 10101101 0 110010 10110 1101 101000111 1000000 1000001

Color Harmonies of #DF6FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6FAD

Black with #DF6FAD

Text Example


Text Example

White with #DF6FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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