Html Css Color HEX #DF7494 Pale Violet Red

📋 copy color: '#DF7494'

red 223 ◦ green 116 ◦ blue 148

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

Shades of Pale Violet Red #DF7494

Tints of Pale Violet Red #DF7494

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.82%

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

R = 45.79%
G = 23.82%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF7494 (or 0xDF7494) is known color: Pale Violet Red. HEX triplet: DF, 74 and 94. RGB value is (223,116,148). Sum of RGB (Red+Green+Blue) = 223+116+148=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 116 (45.70% from 255 or 23.82% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7494 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7494 is #208B6B. Grayscale: #979797. Windows color (decimal): -2132844 or 9729247. OLE color: 9729247.

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

Color convert

RGB 223 116 148 -
CMYK 0 0.48 0.34 0.13
HSL 342.06º 0.63% 0.66% -
HSV(B) 342.06º 0.48% 0.87% -
XYZ 42.02 30.32 31.65 -
YUV 151.64 125.95 178.9 -
System Red Green Blue C M Y K H S L
Decimal 223 116 148 0 0.48 0.34 0.13 342.06 0.63 0.66
Hex DF 74 94 0 30 22 D 156 3F 42
Octal 337 164 224 0 60 42 15 526 77 102
Binary 11011111 1110100 10010100 0 110000 100010 1101 101010110 111111 1000010

Color Harmonies of #DF7494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7494

Black with #DF7494

Text Example


Text Example

White with #DF7494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7494; }

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

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

background-color css

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

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

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

border-color css

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

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

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