Html Css Color HEX #DF6EA1 Pale Violet Red

📋 copy color: '#DF6EA1'

red 223 ◦ green 110 ◦ blue 161

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

Shades of Pale Violet Red #DF6EA1

Tints of Pale Violet Red #DF6EA1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.27%

 BLUE value IS 161 (63.28% from 255) = 32.59%

R = 45.14%
G = 22.27%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DF6EA1 (or 0xDF6EA1) is known color: Pale Violet Red. HEX triplet: DF, 6E and A1. RGB value is (223,110,161). Sum of RGB (Red+Green+Blue) = 223+110+161=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 110 (43.36% from 255 or 22.27% from 494); Blue value is 161 (63.28% from 255 or 32.59% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6EA1 is #20915E. Grayscale: #959595. Windows color (decimal): -2134367 or 10579679. OLE color: 10579679.

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

Color convert

RGB 223 110 161 -
CMYK 0 0.51 0.28 0.13
HSL 332.92º 0.64% 0.65% -
HSV(B) 332.92º 0.51% 0.87% -
XYZ 42.44 29.41 37.16 -
YUV 149.6 134.44 180.35 -
System Red Green Blue C M Y K H S L
Decimal 223 110 161 0 0.51 0.28 0.13 332.92 0.64 0.65
Hex DF 6E A1 0 33 1C D 14D 40 41
Octal 337 156 241 0 63 34 15 515 100 101
Binary 11011111 1101110 10100001 0 110011 11100 1101 101001101 1000000 1000001

Color Harmonies of #DF6EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6EA1

Black with #DF6EA1

Text Example


Text Example

White with #DF6EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6EA1; }

 p { color: rgb(223,110,161); }

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

background-color css

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

 a { background-color: rgb(223,110,161); }

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

border-color css

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

 span { border-color: rgb(223,110,161); }

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