Html Css Color HEX #DF5A93 Pale Violet Red

📋 copy color: '#DF5A93'

red 223 ◦ green 90 ◦ blue 147

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

Shades of Pale Violet Red #DF5A93

Tints of Pale Violet Red #DF5A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.96%

R = 48.48%
G = 19.57%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF5A93 (or 0xDF5A93) is known color: Pale Violet Red. HEX triplet: DF, 5A and 93. RGB value is (223,90,147). Sum of RGB (Red+Green+Blue) = 223+90+147=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 90 (35.55% from 255 or 19.57% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5A93 is #20A56C. Grayscale: #888888. Windows color (decimal): -2139501 or 9657055. OLE color: 9657055.

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

Color convert

RGB 223 90 147 -
CMYK 0 0.60 0.34 0.13
HSL 334.29º 0.68% 0.61% -
HSV(B) 334.29º 0.6% 0.87% -
XYZ 39.35 25.11 30.38 -
YUV 136.27 134.06 189.87 -
System Red Green Blue C M Y K H S L
Decimal 223 90 147 0 0.60 0.34 0.13 334.29 0.68 0.61
Hex DF 5A 93 0 3C 22 D 14E 44 3D
Octal 337 132 223 0 74 42 15 516 104 75
Binary 11011111 1011010 10010011 0 111100 100010 1101 101001110 1000100 111101

Color Harmonies of #DF5A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5A93

Black with #DF5A93

Text Example


Text Example

White with #DF5A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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