Html Css Color HEX #DF6391 Pale Violet Red

📋 copy color: '#DF6391'

red 223 ◦ green 99 ◦ blue 145

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

Shades of Pale Violet Red #DF6391

Tints of Pale Violet Red #DF6391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 31.05%

R = 47.75%
G = 21.2%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DF6391 (or 0xDF6391) is known color: Pale Violet Red. HEX triplet: DF, 63 and 91. RGB value is (223,99,145). Sum of RGB (Red+Green+Blue) = 223+99+145=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 145 (57.03% from 255 or 31.05% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6391 is #209C6E. Grayscale: #8D8D8D. Windows color (decimal): -2137199 or 9528287. OLE color: 9528287.

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

Color convert

RGB 223 99 145 -
CMYK 0 0.56 0.35 0.13
HSL 337.74º 0.66% 0.63% -
HSV(B) 337.74º 0.56% 0.87% -
XYZ 40 26.66 29.82 -
YUV 141.32 130.08 186.26 -
System Red Green Blue C M Y K H S L
Decimal 223 99 145 0 0.56 0.35 0.13 337.74 0.66 0.63
Hex DF 63 91 0 38 23 D 152 42 3F
Octal 337 143 221 0 70 43 15 522 102 77
Binary 11011111 1100011 10010001 0 111000 100011 1101 101010010 1000010 111111

Color Harmonies of #DF6391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6391

Black with #DF6391

Text Example


Text Example

White with #DF6391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6391; }

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

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

background-color css

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

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

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

border-color css

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

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

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