Html Css Color HEX #DF699F Pale Violet Red

📋 copy color: '#DF699F'

red 223 ◦ green 105 ◦ blue 159

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

Shades of Pale Violet Red #DF699F

Tints of Pale Violet Red #DF699F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.65%

R = 45.79%
G = 21.56%
B = 32.65%

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

#DF699F (or 0xDF699F) is known color: Pale Violet Red. HEX triplet: DF, 69 and 9F. RGB value is (223,105,159). Sum of RGB (Red+Green+Blue) = 223+105+159=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 105 (41.41% from 255 or 21.56% from 487); Blue value is 159 (62.5% from 255 or 32.65% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF699F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF699F is #209660. Grayscale: #929292. Windows color (decimal): -2135649 or 10447327. OLE color: 10447327.

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

Color convert

RGB 223 105 159 -
CMYK 0 0.53 0.29 0.13
HSL 332.54º 0.65% 0.64% -
HSV(B) 332.54º 0.53% 0.87% -
XYZ 41.74 28.29 36.06 -
YUV 146.44 135.09 182.61 -
System Red Green Blue C M Y K H S L
Decimal 223 105 159 0 0.53 0.29 0.13 332.54 0.65 0.64
Hex DF 69 9F 0 35 1D D 14D 41 40
Octal 337 151 237 0 65 35 15 515 101 100
Binary 11011111 1101001 10011111 0 110101 11101 1101 101001101 1000001 1000000

Color Harmonies of #DF699F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF699F

Black with #DF699F

Text Example


Text Example

White with #DF699F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF699F; }

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

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

background-color css

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

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

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

border-color css

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

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

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