Html Css Color HEX #DF6394 Pale Violet Red

📋 copy color: '#DF6394'

red 223 ◦ green 99 ◦ blue 148

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

Shades of Pale Violet Red #DF6394

Tints of Pale Violet Red #DF6394

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.06%

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

R = 47.45%
G = 21.06%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF6394 (or 0xDF6394) is known color: Pale Violet Red. HEX triplet: DF, 63 and 94. RGB value is (223,99,148). Sum of RGB (Red+Green+Blue) = 223+99+148=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 99 (39.06% from 255 or 21.06% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6394 is #209C6B. Grayscale: #8D8D8D. Windows color (decimal): -2137196 or 9724895. OLE color: 9724895.

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

Color convert

RGB 223 99 148 -
CMYK 0 0.56 0.34 0.13
HSL 336.29º 0.66% 0.63% -
HSV(B) 336.29º 0.56% 0.87% -
XYZ 40.24 26.75 31.06 -
YUV 141.66 131.58 186.02 -
System Red Green Blue C M Y K H S L
Decimal 223 99 148 0 0.56 0.34 0.13 336.29 0.66 0.63
Hex DF 63 94 0 38 22 D 150 42 3F
Octal 337 143 224 0 70 42 15 520 102 77
Binary 11011111 1100011 10010100 0 111000 100010 1101 101010000 1000010 111111

Color Harmonies of #DF6394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6394

Black with #DF6394

Text Example


Text Example

White with #DF6394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6394; }

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

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

background-color css

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

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

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

border-color css

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

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

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