Html Css Color HEX #DF6493 Pale Violet Red

📋 copy color: '#DF6493'

red 223 ◦ green 100 ◦ blue 147

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

Shades of Pale Violet Red #DF6493

Tints of Pale Violet Red #DF6493

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.28%

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

R = 47.45%
G = 21.28%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF6493 (or 0xDF6493) is known color: Pale Violet Red. HEX triplet: DF, 64 and 93. RGB value is (223,100,147). Sum of RGB (Red+Green+Blue) = 223+100+147=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 100 (39.45% from 255 or 21.28% from 470); Blue value is 147 (57.81% from 255 or 31.28% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6493 is #209B6C. Grayscale: #8E8E8E. Windows color (decimal): -2136941 or 9659615. OLE color: 9659615.

HSL color Cylindrical-coordinate representation of color #DF6493: hue angle of 337.07º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF6493 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 100 147 -
CMYK 0 0.55 0.34 0.13
HSL 337.07º 0.66% 0.63% -
HSV(B) 337.07º 0.55% 0.87% -
XYZ 40.26 26.91 30.68 -
YUV 142.14 130.75 185.68 -
System Red Green Blue C M Y K H S L
Decimal 223 100 147 0 0.55 0.34 0.13 337.07 0.66 0.63
Hex DF 64 93 0 37 22 D 151 42 3F
Octal 337 144 223 0 67 42 15 521 102 77
Binary 11011111 1100100 10010011 0 110111 100010 1101 101010001 1000010 111111

Color Harmonies of #DF6493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6493

Black with #DF6493

Text Example


Text Example

White with #DF6493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6493; }

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

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

background-color css

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

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

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

border-color css

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

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

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