Html Css Color HEX #DD689C Pale Violet Red

📋 copy color: '#DD689C'

red 221 ◦ green 104 ◦ blue 156

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

Shades of Pale Violet Red #DD689C

Tints of Pale Violet Red #DD689C

RGB

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

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

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

R = 45.95%
G = 21.62%
B = 32.43%

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

#DD689C (or 0xDD689C) is known color: Pale Violet Red. HEX triplet: DD, 68 and 9C. RGB value is (221,104,156). Sum of RGB (Red+Green+Blue) = 221+104+156=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD689C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD689C is #229763. Grayscale: #909090. Windows color (decimal): -2266980 or 10250461. OLE color: 10250461.

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

Color convert

RGB 221 104 156 -
CMYK 0 0.53 0.29 0.13
HSL 333.33º 0.63% 0.64% -
HSV(B) 333.33º 0.53% 0.87% -
XYZ 40.77 27.67 34.65 -
YUV 144.91 134.26 182.27 -
System Red Green Blue C M Y K H S L
Decimal 221 104 156 0 0.53 0.29 0.13 333.33 0.63 0.64
Hex DD 68 9C 0 35 1D D 14D 3F 40
Octal 335 150 234 0 65 35 15 515 77 100
Binary 11011101 1101000 10011100 0 110101 11101 1101 101001101 111111 1000000

Color Harmonies of #DD689C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD689C

Black with #DD689C

Text Example


Text Example

White with #DD689C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD689C; }

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

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

background-color css

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

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

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

border-color css

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

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

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