Html Css Color HEX #DF5D9D Pale Violet Red

📋 copy color: '#DF5D9D'

red 223 ◦ green 93 ◦ blue 157

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

Shades of Pale Violet Red #DF5D9D

Tints of Pale Violet Red #DF5D9D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.66%

 BLUE value IS 157 (61.72% from 255) = 33.19%

R = 47.15%
G = 19.66%
B = 33.19%

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

#DF5D9D (or 0xDF5D9D) is known color: Pale Violet Red. HEX triplet: DF, 5D and 9D. RGB value is (223,93,157). Sum of RGB (Red+Green+Blue) = 223+93+157=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 93 (36.72% from 255 or 19.66% from 473); Blue value is 157 (61.72% from 255 or 33.19% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5D9D is #20A262. Grayscale: #8B8B8B. Windows color (decimal): -2138723 or 10313183. OLE color: 10313183.

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

Color convert

RGB 223 93 157 -
CMYK 0 0.58 0.30 0.13
HSL 330.46º 0.67% 0.62% -
HSV(B) 330.46º 0.58% 0.87% -
XYZ 40.43 25.95 34.78 -
YUV 139.17 138.07 187.8 -
System Red Green Blue C M Y K H S L
Decimal 223 93 157 0 0.58 0.30 0.13 330.46 0.67 0.62
Hex DF 5D 9D 0 3A 1E D 14A 43 3E
Octal 337 135 235 0 72 36 15 512 103 76
Binary 11011111 1011101 10011101 0 111010 11110 1101 101001010 1000011 111110

Color Harmonies of #DF5D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5D9D

Black with #DF5D9D

Text Example


Text Example

White with #DF5D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5D9D; }

 p { color: rgb(223,93,157); }

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

background-color css

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

 a { background-color: rgb(223,93,157); }

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

border-color css

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

 span { border-color: rgb(223,93,157); }

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