Html Css Color HEX #DD699C Pale Violet Red

📋 copy color: '#DD699C'

red 221 ◦ green 105 ◦ blue 156

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

Shades of Pale Violet Red #DD699C

Tints of Pale Violet Red #DD699C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.37%

R = 45.85%
G = 21.78%
B = 32.37%

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

#DD699C (or 0xDD699C) is known color: Pale Violet Red. HEX triplet: DD, 69 and 9C. RGB value is (221,105,156). Sum of RGB (Red+Green+Blue) = 221+105+156=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD699C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD699C is #229663. Grayscale: #919191. Windows color (decimal): -2266724 or 10250717. OLE color: 10250717.

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

Color convert

RGB 221 105 156 -
CMYK 0 0.52 0.29 0.13
HSL 333.62º 0.63% 0.64% -
HSV(B) 333.62º 0.52% 0.87% -
XYZ 40.87 27.88 34.68 -
YUV 145.5 133.93 181.85 -
System Red Green Blue C M Y K H S L
Decimal 221 105 156 0 0.52 0.29 0.13 333.62 0.63 0.64
Hex DD 69 9C 0 34 1D D 14E 3F 40
Octal 335 151 234 0 64 35 15 516 77 100
Binary 11011101 1101001 10011100 0 110100 11101 1101 101001110 111111 1000000

Color Harmonies of #DD699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD699C

Black with #DD699C

Text Example


Text Example

White with #DD699C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD699C; }

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

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

background-color css

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

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

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

border-color css

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

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

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