Html Css Color HEX #DF6FA5 Pale Violet Red

📋 copy color: '#DF6FA5'

red 223 ◦ green 111 ◦ blue 165

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

Shades of Pale Violet Red #DF6FA5

Tints of Pale Violet Red #DF6FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.07%

R = 44.69%
G = 22.24%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DF6FA5 (or 0xDF6FA5) is known color: Pale Violet Red. HEX triplet: DF, 6F and A5. RGB value is (223,111,165). Sum of RGB (Red+Green+Blue) = 223+111+165=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 165 (64.84% from 255 or 33.07% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6FA5 is #20905A. Grayscale: #969696. Windows color (decimal): -2134107 or 10842079. OLE color: 10842079.

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

Color convert

RGB 223 111 165 -
CMYK 0 0.50 0.26 0.13
HSL 331.07º 0.64% 0.65% -
HSV(B) 331.07º 0.5% 0.87% -
XYZ 42.91 29.77 39.08 -
YUV 150.64 136.11 179.61 -
System Red Green Blue C M Y K H S L
Decimal 223 111 165 0 0.50 0.26 0.13 331.07 0.64 0.65
Hex DF 6F A5 0 32 1A D 14B 40 41
Octal 337 157 245 0 62 32 15 513 100 101
Binary 11011111 1101111 10100101 0 110010 11010 1101 101001011 1000000 1000001

Color Harmonies of #DF6FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6FA5

Black with #DF6FA5

Text Example


Text Example

White with #DF6FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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