Html Css Color HEX #DF7194 Pale Violet Red

📋 copy color: '#DF7194'

red 223 ◦ green 113 ◦ blue 148

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

Shades of Pale Violet Red #DF7194

Tints of Pale Violet Red #DF7194

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.35%

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

R = 46.07%
G = 23.35%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF7194 (or 0xDF7194) is known color: Pale Violet Red. HEX triplet: DF, 71 and 94. RGB value is (223,113,148). Sum of RGB (Red+Green+Blue) = 223+113+148=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 113 (44.53% from 255 or 23.35% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7194 is #208E6B. Grayscale: #959595. Windows color (decimal): -2133612 or 9728479. OLE color: 9728479.

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

Color convert

RGB 223 113 148 -
CMYK 0 0.49 0.34 0.13
HSL 340.91º 0.63% 0.66% -
HSV(B) 340.91º 0.49% 0.87% -
XYZ 41.68 29.64 31.54 -
YUV 149.88 126.94 180.15 -
System Red Green Blue C M Y K H S L
Decimal 223 113 148 0 0.49 0.34 0.13 340.91 0.63 0.66
Hex DF 71 94 0 31 22 D 155 3F 42
Octal 337 161 224 0 61 42 15 525 77 102
Binary 11011111 1110001 10010100 0 110001 100010 1101 101010101 111111 1000010

Color Harmonies of #DF7194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7194

Black with #DF7194

Text Example


Text Example

White with #DF7194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7194; }

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

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

background-color css

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

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

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

border-color css

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

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

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