Html Css Color HEX #DF5A9C Pale Violet Red

📋 copy color: '#DF5A9C'

red 223 ◦ green 90 ◦ blue 156

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

Shades of Pale Violet Red #DF5A9C

Tints of Pale Violet Red #DF5A9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.26%

R = 47.55%
G = 19.19%
B = 33.26%

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

#DF5A9C (or 0xDF5A9C) is known color: Pale Violet Red. HEX triplet: DF, 5A and 9C. RGB value is (223,90,156). Sum of RGB (Red+Green+Blue) = 223+90+156=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 90 (35.55% from 255 or 19.19% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5A9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5A9C is #20A563. Grayscale: #898989. Windows color (decimal): -2139492 or 10246879. OLE color: 10246879.

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

Color convert

RGB 223 90 156 -
CMYK 0 0.60 0.30 0.13
HSL 330.23º 0.68% 0.61% -
HSV(B) 330.23º 0.6% 0.87% -
XYZ 40.09 25.4 34.24 -
YUV 137.29 138.56 189.13 -
System Red Green Blue C M Y K H S L
Decimal 223 90 156 0 0.60 0.30 0.13 330.23 0.68 0.61
Hex DF 5A 9C 0 3C 1E D 14A 44 3D
Octal 337 132 234 0 74 36 15 512 104 75
Binary 11011111 1011010 10011100 0 111100 11110 1101 101001010 1000100 111101

Color Harmonies of #DF5A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5A9C

Black with #DF5A9C

Text Example


Text Example

White with #DF5A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5A9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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