Html Css Color HEX #DF6494 Pale Violet Red

📋 copy color: '#DF6494'

red 223 ◦ green 100 ◦ blue 148

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

Shades of Pale Violet Red #DF6494

Tints of Pale Violet Red #DF6494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.42%

R = 47.35%
G = 21.23%
B = 31.42%

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

#DF6494 (or 0xDF6494) is known color: Pale Violet Red. HEX triplet: DF, 64 and 94. RGB value is (223,100,148). Sum of RGB (Red+Green+Blue) = 223+100+148=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 100 (39.45% from 255 or 21.23% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6494 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6494 is #209B6B. Grayscale: #8E8E8E. Windows color (decimal): -2136940 or 9725151. OLE color: 9725151.

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

Color convert

RGB 223 100 148 -
CMYK 0 0.55 0.34 0.13
HSL 336.59º 0.66% 0.63% -
HSV(B) 336.59º 0.55% 0.87% -
XYZ 40.33 26.94 31.09 -
YUV 142.25 131.25 185.6 -
System Red Green Blue C M Y K H S L
Decimal 223 100 148 0 0.55 0.34 0.13 336.59 0.66 0.63
Hex DF 64 94 0 37 22 D 151 42 3F
Octal 337 144 224 0 67 42 15 521 102 77
Binary 11011111 1100100 10010100 0 110111 100010 1101 101010001 1000010 111111

Color Harmonies of #DF6494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6494

Black with #DF6494

Text Example


Text Example

White with #DF6494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6494; }

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

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

background-color css

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

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

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

border-color css

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

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

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