Html Css Color HEX #DF5A9D Pale Violet Red

📋 copy color: '#DF5A9D'

red 223 ◦ green 90 ◦ blue 157

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

Shades of Pale Violet Red #DF5A9D

Tints of Pale Violet Red #DF5A9D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.15%

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

R = 47.45%
G = 19.15%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DF5A9D (or 0xDF5A9D) is known color: Pale Violet Red. HEX triplet: DF, 5A and 9D. RGB value is (223,90,157). Sum of RGB (Red+Green+Blue) = 223+90+157=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 90 (35.55% from 255 or 19.15% from 470); Blue value is 157 (61.72% from 255 or 33.40% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5A9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5A9D is #20A562. Grayscale: #898989. Windows color (decimal): -2139491 or 10312415. OLE color: 10312415.

HSL color Cylindrical-coordinate representation of color #DF5A9D: hue angle of 329.77º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF5A9D is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 90 157 -
CMYK 0 0.60 0.30 0.13
HSL 329.77º 0.68% 0.61% -
HSV(B) 329.77º 0.6% 0.87% -
XYZ 40.17 25.43 34.69 -
YUV 137.41 139.06 189.05 -
System Red Green Blue C M Y K H S L
Decimal 223 90 157 0 0.60 0.30 0.13 329.77 0.68 0.61
Hex DF 5A 9D 0 3C 1E D 14A 44 3D
Octal 337 132 235 0 74 36 15 512 104 75
Binary 11011111 1011010 10011101 0 111100 11110 1101 101001010 1000100 111101

Color Harmonies of #DF5A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5A9D

Black with #DF5A9D

Text Example


Text Example

White with #DF5A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5A9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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