Html Css Color HEX #DD689A Pale Violet Red

📋 copy color: '#DD689A'

red 221 ◦ green 104 ◦ blue 154

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

Shades of Pale Violet Red #DD689A

Tints of Pale Violet Red #DD689A

RGB

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

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

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

R = 46.14%
G = 21.71%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD689A (or 0xDD689A) is known color: Pale Violet Red. HEX triplet: DD, 68 and 9A. RGB value is (221,104,154). Sum of RGB (Red+Green+Blue) = 221+104+154=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD689A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD689A is #229765. Grayscale: #909090. Windows color (decimal): -2266982 or 10119389. OLE color: 10119389.

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

Color convert

RGB 221 104 154 -
CMYK 0 0.53 0.30 0.13
HSL 334.36º 0.63% 0.64% -
HSV(B) 334.36º 0.53% 0.87% -
XYZ 40.6 27.61 33.76 -
YUV 144.68 133.26 182.43 -
System Red Green Blue C M Y K H S L
Decimal 221 104 154 0 0.53 0.30 0.13 334.36 0.63 0.64
Hex DD 68 9A 0 35 1E D 14E 3F 40
Octal 335 150 232 0 65 36 15 516 77 100
Binary 11011101 1101000 10011010 0 110101 11110 1101 101001110 111111 1000000

Color Harmonies of #DD689A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD689A

Black with #DD689A

Text Example


Text Example

White with #DD689A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD689A; }

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

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

background-color css

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

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

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

border-color css

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

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

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