Html Css Color HEX #DF5A99 Pale Violet Red

📋 copy color: '#DF5A99'

red 223 ◦ green 90 ◦ blue 153

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

Shades of Pale Violet Red #DF5A99

Tints of Pale Violet Red #DF5A99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 32.83%

R = 47.85%
G = 19.31%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DF5A99 (or 0xDF5A99) is known color: Pale Violet Red. HEX triplet: DF, 5A and 99. RGB value is (223,90,153). Sum of RGB (Red+Green+Blue) = 223+90+153=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 153 (60.16% from 255 or 32.83% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5A99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5A99 is #20A566. Grayscale: #888888. Windows color (decimal): -2139495 or 10050271. OLE color: 10050271.

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

Color convert

RGB 223 90 153 -
CMYK 0 0.60 0.31 0.13
HSL 331.58º 0.68% 0.61% -
HSV(B) 331.58º 0.6% 0.87% -
XYZ 39.84 25.3 32.92 -
YUV 136.95 137.06 189.38 -
System Red Green Blue C M Y K H S L
Decimal 223 90 153 0 0.60 0.31 0.13 331.58 0.68 0.61
Hex DF 5A 99 0 3C 1F D 14C 44 3D
Octal 337 132 231 0 74 37 15 514 104 75
Binary 11011111 1011010 10011001 0 111100 11111 1101 101001100 1000100 111101

Color Harmonies of #DF5A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5A99

Black with #DF5A99

Text Example


Text Example

White with #DF5A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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