Html Css Color HEX #DF699E Pale Violet Red

📋 copy color: '#DF699E'

red 223 ◦ green 105 ◦ blue 158

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

Shades of Pale Violet Red #DF699E

Tints of Pale Violet Red #DF699E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.6%

 BLUE value IS 158 (62.11% from 255) = 32.51%

R = 45.88%
G = 21.6%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DF699E (or 0xDF699E) is known color: Pale Violet Red. HEX triplet: DF, 69 and 9E. RGB value is (223,105,158). Sum of RGB (Red+Green+Blue) = 223+105+158=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 158 (62.11% from 255 or 32.51% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DF699E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF699E is #209661. Grayscale: #929292. Windows color (decimal): -2135650 or 10381791. OLE color: 10381791.

HSL color Cylindrical-coordinate representation of color #DF699E: hue angle of 333.05º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF699E is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 105 158 -
CMYK 0 0.53 0.29 0.13
HSL 333.05º 0.65% 0.64% -
HSV(B) 333.05º 0.53% 0.87% -
XYZ 41.65 28.26 35.61 -
YUV 146.32 134.59 182.69 -
System Red Green Blue C M Y K H S L
Decimal 223 105 158 0 0.53 0.29 0.13 333.05 0.65 0.64
Hex DF 69 9E 0 35 1D D 14D 41 40
Octal 337 151 236 0 65 35 15 515 101 100
Binary 11011111 1101001 10011110 0 110101 11101 1101 101001101 1000001 1000000

Color Harmonies of #DF699E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF699E

Black with #DF699E

Text Example


Text Example

White with #DF699E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF699E; }

 p { color: rgb(223,105,158); }

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

background-color css

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

 a { background-color: rgb(223,105,158); }

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

border-color css

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

 span { border-color: rgb(223,105,158); }

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