Html Css Color HEX #DF5D90 Pale Violet Red

📋 copy color: '#DF5D90'

red 223 ◦ green 93 ◦ blue 144

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

Shades of Pale Violet Red #DF5D90

Tints of Pale Violet Red #DF5D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.3%

R = 48.48%
G = 20.22%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DF5D90 (or 0xDF5D90) is known color: Pale Violet Red. HEX triplet: DF, 5D and 90. RGB value is (223,93,144). Sum of RGB (Red+Green+Blue) = 223+93+144=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 93 (36.72% from 255 or 20.22% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5D90 is #20A26F. Grayscale: #898989. Windows color (decimal): -2138736 or 9461215. OLE color: 9461215.

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

Color convert

RGB 223 93 144 -
CMYK 0 0.58 0.35 0.13
HSL 336.46º 0.67% 0.62% -
HSV(B) 336.46º 0.58% 0.87% -
XYZ 39.38 25.53 29.24 -
YUV 137.68 131.57 188.85 -
System Red Green Blue C M Y K H S L
Decimal 223 93 144 0 0.58 0.35 0.13 336.46 0.67 0.62
Hex DF 5D 90 0 3A 23 D 150 43 3E
Octal 337 135 220 0 72 43 15 520 103 76
Binary 11011111 1011101 10010000 0 111010 100011 1101 101010000 1000011 111110

Color Harmonies of #DF5D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5D90

Black with #DF5D90

Text Example


Text Example

White with #DF5D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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