Html Css Color HEX #DD689D Pale Violet Red

📋 copy color: '#DD689D'

red 221 ◦ green 104 ◦ blue 157

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

Shades of Pale Violet Red #DD689D

Tints of Pale Violet Red #DD689D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.58%

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

R = 45.85%
G = 21.58%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD689D (or 0xDD689D) is known color: Pale Violet Red. HEX triplet: DD, 68 and 9D. RGB value is (221,104,157). Sum of RGB (Red+Green+Blue) = 221+104+157=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD689D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD689D is #229762. Grayscale: #909090. Windows color (decimal): -2266979 or 10315997. OLE color: 10315997.

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

Color convert

RGB 221 104 157 -
CMYK 0 0.53 0.29 0.13
HSL 332.82º 0.63% 0.64% -
HSV(B) 332.82º 0.53% 0.87% -
XYZ 40.85 27.71 35.09 -
YUV 145.03 134.76 182.19 -
System Red Green Blue C M Y K H S L
Decimal 221 104 157 0 0.53 0.29 0.13 332.82 0.63 0.64
Hex DD 68 9D 0 35 1D D 14D 3F 40
Octal 335 150 235 0 65 35 15 515 77 100
Binary 11011101 1101000 10011101 0 110101 11101 1101 101001101 111111 1000000

Color Harmonies of #DD689D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD689D

Black with #DD689D

Text Example


Text Example

White with #DD689D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD689D; }

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

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

background-color css

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

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

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

border-color css

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

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

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