Html Css Color HEX #DF699D Pale Violet Red

📋 copy color: '#DF699D'

red 223 ◦ green 105 ◦ blue 157

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

Shades of Pale Violet Red #DF699D

Tints of Pale Violet Red #DF699D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.37%

R = 45.98%
G = 21.65%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DF699D (or 0xDF699D) is known color: Pale Violet Red. HEX triplet: DF, 69 and 9D. RGB value is (223,105,157). Sum of RGB (Red+Green+Blue) = 223+105+157=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 105 (41.41% from 255 or 21.65% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF699D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF699D is #209662. Grayscale: #929292. Windows color (decimal): -2135651 or 10316255. OLE color: 10316255.

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

Color convert

RGB 223 105 157 -
CMYK 0 0.53 0.30 0.13
HSL 333.56º 0.65% 0.64% -
HSV(B) 333.56º 0.53% 0.87% -
XYZ 41.57 28.23 35.16 -
YUV 146.21 134.09 182.77 -
System Red Green Blue C M Y K H S L
Decimal 223 105 157 0 0.53 0.30 0.13 333.56 0.65 0.64
Hex DF 69 9D 0 35 1E D 14E 41 40
Octal 337 151 235 0 65 36 15 516 101 100
Binary 11011111 1101001 10011101 0 110101 11110 1101 101001110 1000001 1000000

Color Harmonies of #DF699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF699D

Black with #DF699D

Text Example


Text Example

White with #DF699D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF699D; }

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

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

background-color css

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

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

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

border-color css

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

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

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