Html Css Color HEX #DD699B Pale Violet Red

📋 copy color: '#DD699B'

red 221 ◦ green 105 ◦ blue 155

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

Shades of Pale Violet Red #DD699B

Tints of Pale Violet Red #DD699B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.22%

R = 45.95%
G = 21.83%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD699B (or 0xDD699B) is known color: Pale Violet Red. HEX triplet: DD, 69 and 9B. RGB value is (221,105,155). Sum of RGB (Red+Green+Blue) = 221+105+155=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD699B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD699B is #229664. Grayscale: #919191. Windows color (decimal): -2266725 or 10185181. OLE color: 10185181.

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

Color convert

RGB 221 105 155 -
CMYK 0 0.52 0.30 0.13
HSL 334.14º 0.63% 0.64% -
HSV(B) 334.14º 0.52% 0.87% -
XYZ 40.79 27.84 34.23 -
YUV 145.38 133.43 181.93 -
System Red Green Blue C M Y K H S L
Decimal 221 105 155 0 0.52 0.30 0.13 334.14 0.63 0.64
Hex DD 69 9B 0 34 1E D 14E 3F 40
Octal 335 151 233 0 64 36 15 516 77 100
Binary 11011101 1101001 10011011 0 110100 11110 1101 101001110 111111 1000000

Color Harmonies of #DD699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD699B

Black with #DD699B

Text Example


Text Example

White with #DD699B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD699B; }

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

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

background-color css

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

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

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

border-color css

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

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

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