Html Css Color HEX #DF6490 Pale Violet Red

📋 copy color: '#DF6490'

red 223 ◦ green 100 ◦ blue 144

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

Shades of Pale Violet Red #DF6490

Tints of Pale Violet Red #DF6490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.84%

R = 47.75%
G = 21.41%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DF6490 (or 0xDF6490) is known color: Pale Violet Red. HEX triplet: DF, 64 and 90. RGB value is (223,100,144). Sum of RGB (Red+Green+Blue) = 223+100+144=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6490 is #209B6F. Grayscale: #8D8D8D. Windows color (decimal): -2136944 or 9463007. OLE color: 9463007.

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

Color convert

RGB 223 100 144 -
CMYK 0 0.55 0.35 0.13
HSL 338.54º 0.66% 0.63% -
HSV(B) 338.54º 0.55% 0.87% -
XYZ 40.02 26.82 29.45 -
YUV 141.79 129.25 185.92 -
System Red Green Blue C M Y K H S L
Decimal 223 100 144 0 0.55 0.35 0.13 338.54 0.66 0.63
Hex DF 64 90 0 37 23 D 153 42 3F
Octal 337 144 220 0 67 43 15 523 102 77
Binary 11011111 1100100 10010000 0 110111 100011 1101 101010011 1000010 111111

Color Harmonies of #DF6490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6490

Black with #DF6490

Text Example


Text Example

White with #DF6490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6490; }

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

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

background-color css

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

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

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

border-color css

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

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

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