Html Css Color HEX #DF7390 Pale Violet Red

📋 copy color: '#DF7390'

red 223 ◦ green 115 ◦ blue 144

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

Shades of Pale Violet Red #DF7390

Tints of Pale Violet Red #DF7390

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.86%

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

R = 46.27%
G = 23.86%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DF7390 (or 0xDF7390) is known color: Pale Violet Red. HEX triplet: DF, 73 and 90. RGB value is (223,115,144). Sum of RGB (Red+Green+Blue) = 223+115+144=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 115 (45.31% from 255 or 23.86% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7390 is #208C6F. Grayscale: #969696. Windows color (decimal): -2133104 or 9466847. OLE color: 9466847.

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

Color convert

RGB 223 115 144 -
CMYK 0 0.48 0.35 0.13
HSL 343.89º 0.63% 0.66% -
HSV(B) 343.89º 0.48% 0.87% -
XYZ 41.6 29.96 29.98 -
YUV 150.6 124.28 179.64 -
System Red Green Blue C M Y K H S L
Decimal 223 115 144 0 0.48 0.35 0.13 343.89 0.63 0.66
Hex DF 73 90 0 30 23 D 158 3F 42
Octal 337 163 220 0 60 43 15 530 77 102
Binary 11011111 1110011 10010000 0 110000 100011 1101 101011000 111111 1000010

Color Harmonies of #DF7390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7390

Black with #DF7390

Text Example


Text Example

White with #DF7390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7390; }

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

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

background-color css

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

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

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

border-color css

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

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

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