Html Css Color HEX #DD699D Pale Violet Red

📋 copy color: '#DD699D'

red 221 ◦ green 105 ◦ blue 157

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

Shades of Pale Violet Red #DD699D

Tints of Pale Violet Red #DD699D

RGB

 RED value IS 221 (86.72% from 255) = 45.76%

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

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

R = 45.76%
G = 21.74%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD699D (or 0xDD699D) is known color: Pale Violet Red. HEX triplet: DD, 69 and 9D. RGB value is (221,105,157). Sum of RGB (Red+Green+Blue) = 221+105+157=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 105 (41.41% from 255 or 21.74% from 483); Blue value is 157 (61.72% from 255 or 32.51% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD699D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD699D is #229662. Grayscale: #919191. Windows color (decimal): -2266723 or 10316253. OLE color: 10316253.

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

Color convert

RGB 221 105 157 -
CMYK 0 0.52 0.29 0.13
HSL 333.1º 0.63% 0.64% -
HSV(B) 333.1º 0.52% 0.87% -
XYZ 40.96 27.91 35.13 -
YUV 145.61 134.43 181.77 -
System Red Green Blue C M Y K H S L
Decimal 221 105 157 0 0.52 0.29 0.13 333.1 0.63 0.64
Hex DD 69 9D 0 34 1D D 14D 3F 40
Octal 335 151 235 0 64 35 15 515 77 100
Binary 11011101 1101001 10011101 0 110100 11101 1101 101001101 111111 1000000

Color Harmonies of #DD699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD699D

Black with #DD699D

Text Example


Text Example

White with #DD699D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD699D; }

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

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

background-color css

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

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

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

border-color css

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

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

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