Html Css Color HEX #DF6FA8 Pale Violet Red

📋 copy color: '#DF6FA8'

red 223 ◦ green 111 ◦ blue 168

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

Shades of Pale Violet Red #DF6FA8

Tints of Pale Violet Red #DF6FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.47%

R = 44.42%
G = 22.11%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DF6FA8 (or 0xDF6FA8) is known color: Pale Violet Red. HEX triplet: DF, 6F and A8. RGB value is (223,111,168). Sum of RGB (Red+Green+Blue) = 223+111+168=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 111 (43.75% from 255 or 22.11% from 502); Blue value is 168 (66.02% from 255 or 33.47% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6FA8 is #209057. Grayscale: #969696. Windows color (decimal): -2134104 or 11038687. OLE color: 11038687.

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

Color convert

RGB 223 111 168 -
CMYK 0 0.50 0.25 0.13
HSL 329.46º 0.64% 0.65% -
HSV(B) 329.46º 0.5% 0.87% -
XYZ 43.18 29.88 40.54 -
YUV 150.99 137.61 179.37 -
System Red Green Blue C M Y K H S L
Decimal 223 111 168 0 0.50 0.25 0.13 329.46 0.64 0.65
Hex DF 6F A8 0 32 19 D 149 40 41
Octal 337 157 250 0 62 31 15 511 100 101
Binary 11011111 1101111 10101000 0 110010 11001 1101 101001001 1000000 1000001

Color Harmonies of #DF6FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6FA8

Black with #DF6FA8

Text Example


Text Example

White with #DF6FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6FA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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