Html Css Color HEX #DD699A Pale Violet Red

📋 copy color: '#DD699A'

red 221 ◦ green 105 ◦ blue 154

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

Shades of Pale Violet Red #DD699A

Tints of Pale Violet Red #DD699A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.08%

R = 46.04%
G = 21.88%
B = 32.08%

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

#DD699A (or 0xDD699A) is known color: Pale Violet Red. HEX triplet: DD, 69 and 9A. RGB value is (221,105,154). Sum of RGB (Red+Green+Blue) = 221+105+154=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 105 (41.41% from 255 or 21.88% from 480); Blue value is 154 (60.55% from 255 or 32.08% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD699A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD699A is #229665. Grayscale: #919191. Windows color (decimal): -2266726 or 10119645. OLE color: 10119645.

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

Color convert

RGB 221 105 154 -
CMYK 0 0.52 0.30 0.13
HSL 334.66º 0.63% 0.64% -
HSV(B) 334.66º 0.52% 0.87% -
XYZ 40.7 27.81 33.79 -
YUV 145.27 132.93 182.02 -
System Red Green Blue C M Y K H S L
Decimal 221 105 154 0 0.52 0.30 0.13 334.66 0.63 0.64
Hex DD 69 9A 0 34 1E D 14F 3F 40
Octal 335 151 232 0 64 36 15 517 77 100
Binary 11011101 1101001 10011010 0 110100 11110 1101 101001111 111111 1000000

Color Harmonies of #DD699A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD699A

Black with #DD699A

Text Example


Text Example

White with #DD699A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD699A; }

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

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

background-color css

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

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

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

border-color css

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

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

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