Html Css Color HEX #DF5EA6 Pale Violet Red

📋 copy color: '#DF5EA6'

red 223 ◦ green 94 ◦ blue 166

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

Shades of Pale Violet Red #DF5EA6

Tints of Pale Violet Red #DF5EA6

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.46%

 BLUE value IS 166 (65.23% from 255) = 34.37%

R = 46.17%
G = 19.46%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DF5EA6 (or 0xDF5EA6) is known color: Pale Violet Red. HEX triplet: DF, 5E and A6. RGB value is (223,94,166). Sum of RGB (Red+Green+Blue) = 223+94+166=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 94 (37.11% from 255 or 19.46% from 483); Blue value is 166 (65.23% from 255 or 34.37% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5EA6 is #20A159. Grayscale: #8C8C8C. Windows color (decimal): -2138458 or 10903263. OLE color: 10903263.

HSL color Cylindrical-coordinate representation of color #DF5EA6: hue angle of 326.51º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF5EA6 is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 94 166 -
CMYK 0 0.58 0.26 0.13
HSL 326.51º 0.67% 0.62% -
HSV(B) 326.51º 0.58% 0.87% -
XYZ 41.32 26.45 39 -
YUV 140.78 142.24 186.65 -
System Red Green Blue C M Y K H S L
Decimal 223 94 166 0 0.58 0.26 0.13 326.51 0.67 0.62
Hex DF 5E A6 0 3A 1A D 147 43 3E
Octal 337 136 246 0 72 32 15 507 103 76
Binary 11011111 1011110 10100110 0 111010 11010 1101 101000111 1000011 111110

Color Harmonies of #DF5EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5EA6

Black with #DF5EA6

Text Example


Text Example

White with #DF5EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5EA6; }

 p { color: rgb(223,94,166); }

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

background-color css

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

 a { background-color: rgb(223,94,166); }

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

border-color css

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

 span { border-color: rgb(223,94,166); }

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