Html Css Color HEX #DC689D Pale Violet Red

📋 copy color: '#DC689D'

red 220 ◦ green 104 ◦ blue 157

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

Shades of Pale Violet Red #DC689D

Tints of Pale Violet Red #DC689D

RGB

 RED value IS 220 (86.33% from 255) = 45.74%

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

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

R = 45.74%
G = 21.62%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC689D (or 0xDC689D) is known color: Pale Violet Red. HEX triplet: DC, 68 and 9D. RGB value is (220,104,157). Sum of RGB (Red+Green+Blue) = 220+104+157=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC689D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC689D is #239762. Grayscale: #909090. Windows color (decimal): -2332515 or 10315996. OLE color: 10315996.

HSL color Cylindrical-coordinate representation of color #DC689D: hue angle of 332.59º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC689D is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 104 157 -
CMYK 0 0.53 0.29 0.14
HSL 332.59º 0.62% 0.64% -
HSV(B) 332.59º 0.53% 0.86% -
XYZ 40.55 27.55 35.08 -
YUV 144.73 134.93 181.69 -
System Red Green Blue C M Y K H S L
Decimal 220 104 157 0 0.53 0.29 0.14 332.59 0.62 0.64
Hex DC 68 9D 0 35 1D E 14D 3E 40
Octal 334 150 235 0 65 35 16 515 76 100
Binary 11011100 1101000 10011101 0 110101 11101 1110 101001101 111110 1000000

Color Harmonies of #DC689D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC689D

Black with #DC689D

Text Example


Text Example

White with #DC689D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC689D; }

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

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

background-color css

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

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

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

border-color css

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

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

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