Html Css Color HEX #DF5E9C Pale Violet Red

📋 copy color: '#DF5E9C'

red 223 ◦ green 94 ◦ blue 156

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

Shades of Pale Violet Red #DF5E9C

Tints of Pale Violet Red #DF5E9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.98%

R = 47.15%
G = 19.87%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DF5E9C (or 0xDF5E9C) is known color: Pale Violet Red. HEX triplet: DF, 5E and 9C. RGB value is (223,94,156). Sum of RGB (Red+Green+Blue) = 223+94+156=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5E9C is #20A163. Grayscale: #8B8B8B. Windows color (decimal): -2138468 or 10247903. OLE color: 10247903.

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

Color convert

RGB 223 94 156 -
CMYK 0 0.58 0.30 0.13
HSL 331.16º 0.67% 0.62% -
HSV(B) 331.16º 0.58% 0.87% -
XYZ 40.43 26.09 34.36 -
YUV 139.64 137.24 187.46 -
System Red Green Blue C M Y K H S L
Decimal 223 94 156 0 0.58 0.30 0.13 331.16 0.67 0.62
Hex DF 5E 9C 0 3A 1E D 14B 43 3E
Octal 337 136 234 0 72 36 15 513 103 76
Binary 11011111 1011110 10011100 0 111010 11110 1101 101001011 1000011 111110

Color Harmonies of #DF5E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5E9C

Black with #DF5E9C

Text Example


Text Example

White with #DF5E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5E9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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