Html Css Color HEX #DF7995 Pale Violet Red

📋 copy color: '#DF7995'

red 223 ◦ green 121 ◦ blue 149

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

Shades of Pale Violet Red #DF7995

Tints of Pale Violet Red #DF7995

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.54%

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

R = 45.23%
G = 24.54%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DF7995 (or 0xDF7995) is known color: Pale Violet Red. HEX triplet: DF, 79 and 95. RGB value is (223,121,149). Sum of RGB (Red+Green+Blue) = 223+121+149=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 121 (47.66% from 255 or 24.54% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7995 is #20866A. Grayscale: #9A9A9A. Windows color (decimal): -2131563 or 9796063. OLE color: 9796063.

HSL color Cylindrical-coordinate representation of color #DF7995: hue angle of 343.53º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DF7995 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 121 149 -
CMYK 0 0.46 0.33 0.13
HSL 343.53º 0.61% 0.67% -
HSV(B) 343.53º 0.46% 0.87% -
XYZ 42.69 31.53 32.27 -
YUV 154.69 124.79 176.72 -
System Red Green Blue C M Y K H S L
Decimal 223 121 149 0 0.46 0.33 0.13 343.53 0.61 0.67
Hex DF 79 95 0 2E 21 D 158 3D 43
Octal 337 171 225 0 56 41 15 530 75 103
Binary 11011111 1111001 10010101 0 101110 100001 1101 101011000 111101 1000011

Color Harmonies of #DF7995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7995

Black with #DF7995

Text Example


Text Example

White with #DF7995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7995; }

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

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

background-color css

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

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

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

border-color css

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

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

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