Html Css Color HEX #DF7195 Pale Violet Red

📋 copy color: '#DF7195'

red 223 ◦ green 113 ◦ blue 149

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

Shades of Pale Violet Red #DF7195

Tints of Pale Violet Red #DF7195

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.3%

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

R = 45.98%
G = 23.3%
B = 30.72%

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

#DF7195 (or 0xDF7195) is known color: Pale Violet Red. HEX triplet: DF, 71 and 95. RGB value is (223,113,149). Sum of RGB (Red+Green+Blue) = 223+113+149=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 113 (44.53% from 255 or 23.30% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7195 is #208E6A. Grayscale: #959595. Windows color (decimal): -2133611 or 9794015. OLE color: 9794015.

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

Color convert

RGB 223 113 149 -
CMYK 0 0.49 0.33 0.13
HSL 340.36º 0.63% 0.66% -
HSV(B) 340.36º 0.49% 0.87% -
XYZ 41.76 29.67 31.96 -
YUV 149.99 127.44 180.07 -
System Red Green Blue C M Y K H S L
Decimal 223 113 149 0 0.49 0.33 0.13 340.36 0.63 0.66
Hex DF 71 95 0 31 21 D 154 3F 42
Octal 337 161 225 0 61 41 15 524 77 102
Binary 11011111 1110001 10010101 0 110001 100001 1101 101010100 111111 1000010

Color Harmonies of #DF7195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7195

Black with #DF7195

Text Example


Text Example

White with #DF7195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7195; }

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

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

background-color css

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

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

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

border-color css

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

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

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