Html Css Color HEX #DF7395 Pale Violet Red

📋 copy color: '#DF7395'

red 223 ◦ green 115 ◦ blue 149

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

Shades of Pale Violet Red #DF7395

Tints of Pale Violet Red #DF7395

RGB

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

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

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

R = 45.79%
G = 23.61%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DF7395 (or 0xDF7395) is known color: Pale Violet Red. HEX triplet: DF, 73 and 95. RGB value is (223,115,149). Sum of RGB (Red+Green+Blue) = 223+115+149=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 115 (45.31% from 255 or 23.61% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7395 is #208C6A. Grayscale: #979797. Windows color (decimal): -2133099 or 9794527. OLE color: 9794527.

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

Color convert

RGB 223 115 149 -
CMYK 0 0.48 0.33 0.13
HSL 341.11º 0.63% 0.66% -
HSV(B) 341.11º 0.48% 0.87% -
XYZ 41.99 30.12 32.03 -
YUV 151.17 126.78 179.24 -
System Red Green Blue C M Y K H S L
Decimal 223 115 149 0 0.48 0.33 0.13 341.11 0.63 0.66
Hex DF 73 95 0 30 21 D 155 3F 42
Octal 337 163 225 0 60 41 15 525 77 102
Binary 11011111 1110011 10010101 0 110000 100001 1101 101010101 111111 1000010

Color Harmonies of #DF7395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7395

Black with #DF7395

Text Example


Text Example

White with #DF7395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7395; }

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

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

background-color css

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

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

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

border-color css

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

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

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