Html Css Color HEX #DF7290 Pale Violet Red

📋 copy color: '#DF7290'

red 223 ◦ green 114 ◦ blue 144

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

Shades of Pale Violet Red #DF7290

Tints of Pale Violet Red #DF7290

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.7%

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

R = 46.36%
G = 23.7%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DF7290 (or 0xDF7290) is known color: Pale Violet Red. HEX triplet: DF, 72 and 90. RGB value is (223,114,144). Sum of RGB (Red+Green+Blue) = 223+114+144=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 114 (44.92% from 255 or 23.70% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7290 is #208D6F. Grayscale: #959595. Windows color (decimal): -2133360 or 9466591. OLE color: 9466591.

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

Color convert

RGB 223 114 144 -
CMYK 0 0.49 0.35 0.13
HSL 343.49º 0.63% 0.66% -
HSV(B) 343.49º 0.49% 0.87% -
XYZ 41.48 29.74 29.94 -
YUV 150.01 124.61 180.06 -
System Red Green Blue C M Y K H S L
Decimal 223 114 144 0 0.49 0.35 0.13 343.49 0.63 0.66
Hex DF 72 90 0 31 23 D 157 3F 42
Octal 337 162 220 0 61 43 15 527 77 102
Binary 11011111 1110010 10010000 0 110001 100011 1101 101010111 111111 1000010

Color Harmonies of #DF7290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7290

Black with #DF7290

Text Example


Text Example

White with #DF7290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7290; }

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

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

background-color css

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

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

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

border-color css

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

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

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