Html Css Color HEX #DF7096 Pale Violet Red

📋 copy color: '#DF7096'

red 223 ◦ green 112 ◦ blue 150

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

Shades of Pale Violet Red #DF7096

Tints of Pale Violet Red #DF7096

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.09%

 BLUE value IS 150 (58.98% from 255) = 30.93%

R = 45.98%
G = 23.09%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DF7096 (or 0xDF7096) is known color: Pale Violet Red. HEX triplet: DF, 70 and 96. RGB value is (223,112,150). Sum of RGB (Red+Green+Blue) = 223+112+150=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 112 (44.14% from 255 or 23.09% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7096 is #208F69. Grayscale: #959595. Windows color (decimal): -2133866 or 9859295. OLE color: 9859295.

HSL color Cylindrical-coordinate representation of color #DF7096: hue angle of 339.46º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF7096 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 112 150 -
CMYK 0 0.50 0.33 0.13
HSL 339.46º 0.63% 0.66% -
HSV(B) 339.46º 0.5% 0.87% -
XYZ 41.73 29.48 32.34 -
YUV 149.52 128.27 180.41 -
System Red Green Blue C M Y K H S L
Decimal 223 112 150 0 0.50 0.33 0.13 339.46 0.63 0.66
Hex DF 70 96 0 32 21 D 153 3F 42
Octal 337 160 226 0 62 41 15 523 77 102
Binary 11011111 1110000 10010110 0 110010 100001 1101 101010011 111111 1000010

Color Harmonies of #DF7096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7096

Black with #DF7096

Text Example


Text Example

White with #DF7096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7096; }

 p { color: rgb(223,112,150); }

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

background-color css

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

 a { background-color: rgb(223,112,150); }

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

border-color css

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

 span { border-color: rgb(223,112,150); }

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