Html Css Color HEX #DF5E95 Pale Violet Red

📋 copy color: '#DF5E95'

red 223 ◦ green 94 ◦ blue 149

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

Shades of Pale Violet Red #DF5E95

Tints of Pale Violet Red #DF5E95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.97%

R = 47.85%
G = 20.17%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DF5E95 (or 0xDF5E95) is known color: Pale Violet Red. HEX triplet: DF, 5E and 95. RGB value is (223,94,149). Sum of RGB (Red+Green+Blue) = 223+94+149=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 94 (37.11% from 255 or 20.17% from 466); Blue value is 149 (58.59% from 255 or 31.97% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5E95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5E95 is #20A16A. Grayscale: #8A8A8A. Windows color (decimal): -2138475 or 9789151. OLE color: 9789151.

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

Color convert

RGB 223 94 149 -
CMYK 0 0.58 0.33 0.13
HSL 334.42º 0.67% 0.62% -
HSV(B) 334.42º 0.58% 0.87% -
XYZ 39.86 25.86 31.33 -
YUV 138.84 133.74 188.03 -
System Red Green Blue C M Y K H S L
Decimal 223 94 149 0 0.58 0.33 0.13 334.42 0.67 0.62
Hex DF 5E 95 0 3A 21 D 14E 43 3E
Octal 337 136 225 0 72 41 15 516 103 76
Binary 11011111 1011110 10010101 0 111010 100001 1101 101001110 1000011 111110

Color Harmonies of #DF5E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5E95

Black with #DF5E95

Text Example


Text Example

White with #DF5E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5E95; }

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

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

background-color css

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

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

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

border-color css

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

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

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