Html Css Color HEX #DF7295 Pale Violet Red

📋 copy color: '#DF7295'

red 223 ◦ green 114 ◦ blue 149

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

Shades of Pale Violet Red #DF7295

Tints of Pale Violet Red #DF7295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.66%

R = 45.88%
G = 23.46%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DF7295 (or 0xDF7295) is known color: Pale Violet Red. HEX triplet: DF, 72 and 95. RGB value is (223,114,149). Sum of RGB (Red+Green+Blue) = 223+114+149=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 114 (44.92% from 255 or 23.46% from 486); Blue value is 149 (58.59% from 255 or 30.66% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7295 is #208D6A. Grayscale: #969696. Windows color (decimal): -2133355 or 9794271. OLE color: 9794271.

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

Color convert

RGB 223 114 149 -
CMYK 0 0.49 0.33 0.13
HSL 340.73º 0.63% 0.66% -
HSV(B) 340.73º 0.49% 0.87% -
XYZ 41.87 29.89 32 -
YUV 150.58 127.11 179.65 -
System Red Green Blue C M Y K H S L
Decimal 223 114 149 0 0.49 0.33 0.13 340.73 0.63 0.66
Hex DF 72 95 0 31 21 D 155 3F 42
Octal 337 162 225 0 61 41 15 525 77 102
Binary 11011111 1110010 10010101 0 110001 100001 1101 101010101 111111 1000010

Color Harmonies of #DF7295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7295

Black with #DF7295

Text Example


Text Example

White with #DF7295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7295; }

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

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

background-color css

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

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

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

border-color css

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

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

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