Html Css Color HEX #DF6FA0 Pale Violet Red

📋 copy color: '#DF6FA0'

red 223 ◦ green 111 ◦ blue 160

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

Shades of Pale Violet Red #DF6FA0

Tints of Pale Violet Red #DF6FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.39%

R = 45.14%
G = 22.47%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DF6FA0 (or 0xDF6FA0) is known color: Pale Violet Red. HEX triplet: DF, 6F and A0. RGB value is (223,111,160). Sum of RGB (Red+Green+Blue) = 223+111+160=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 111 (43.75% from 255 or 22.47% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6FA0 is #20905F. Grayscale: #959595. Windows color (decimal): -2134112 or 10514399. OLE color: 10514399.

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

Color convert

RGB 223 111 160 -
CMYK 0 0.50 0.28 0.13
HSL 333.75º 0.64% 0.65% -
HSV(B) 333.75º 0.5% 0.87% -
XYZ 42.46 29.59 36.73 -
YUV 150.07 133.61 180.02 -
System Red Green Blue C M Y K H S L
Decimal 223 111 160 0 0.50 0.28 0.13 333.75 0.64 0.65
Hex DF 6F A0 0 32 1C D 14E 40 41
Octal 337 157 240 0 62 34 15 516 100 101
Binary 11011111 1101111 10100000 0 110010 11100 1101 101001110 1000000 1000001

Color Harmonies of #DF6FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6FA0

Black with #DF6FA0

Text Example


Text Example

White with #DF6FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6FA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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