Html Css Color HEX #DF7296 Pale Violet Red

📋 copy color: '#DF7296'

red 223 ◦ green 114 ◦ blue 150

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

Shades of Pale Violet Red #DF7296

Tints of Pale Violet Red #DF7296

RGB

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

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

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

R = 45.79%
G = 23.41%
B = 30.8%

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

#DF7296 (or 0xDF7296) is known color: Pale Violet Red. HEX triplet: DF, 72 and 96. RGB value is (223,114,150). Sum of RGB (Red+Green+Blue) = 223+114+150=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 114 (44.92% from 255 or 23.41% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7296 is #208D69. Grayscale: #969696. Windows color (decimal): -2133354 or 9859807. OLE color: 9859807.

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

Color convert

RGB 223 114 150 -
CMYK 0 0.49 0.33 0.13
HSL 340.18º 0.63% 0.66% -
HSV(B) 340.18º 0.49% 0.87% -
XYZ 41.95 29.92 32.42 -
YUV 150.7 127.61 179.57 -
System Red Green Blue C M Y K H S L
Decimal 223 114 150 0 0.49 0.33 0.13 340.18 0.63 0.66
Hex DF 72 96 0 31 21 D 154 3F 42
Octal 337 162 226 0 61 41 15 524 77 102
Binary 11011111 1110010 10010110 0 110001 100001 1101 101010100 111111 1000010

Color Harmonies of #DF7296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7296

Black with #DF7296

Text Example


Text Example

White with #DF7296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7296; }

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

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

background-color css

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

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

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

border-color css

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

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

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