Html Css Color HEX #DF5A9E Pale Violet Red

📋 copy color: '#DF5A9E'

red 223 ◦ green 90 ◦ blue 158

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

Shades of Pale Violet Red #DF5A9E

Tints of Pale Violet Red #DF5A9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.55%

R = 47.35%
G = 19.11%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DF5A9E (or 0xDF5A9E) is known color: Pale Violet Red. HEX triplet: DF, 5A and 9E. RGB value is (223,90,158). Sum of RGB (Red+Green+Blue) = 223+90+158=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 90 (35.55% from 255 or 19.11% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5A9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5A9E is #20A561. Grayscale: #898989. Windows color (decimal): -2139490 or 10377951. OLE color: 10377951.

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

Color convert

RGB 223 90 158 -
CMYK 0 0.60 0.29 0.13
HSL 329.32º 0.68% 0.61% -
HSV(B) 329.32º 0.6% 0.87% -
XYZ 40.26 25.47 35.14 -
YUV 137.52 139.56 188.97 -
System Red Green Blue C M Y K H S L
Decimal 223 90 158 0 0.60 0.29 0.13 329.32 0.68 0.61
Hex DF 5A 9E 0 3C 1D D 149 44 3D
Octal 337 132 236 0 74 35 15 511 104 75
Binary 11011111 1011010 10011110 0 111100 11101 1101 101001001 1000100 111101

Color Harmonies of #DF5A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5A9E

Black with #DF5A9E

Text Example


Text Example

White with #DF5A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5A9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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