Html Css Color HEX #DC689C Pale Violet Red

📋 copy color: '#DC689C'

red 220 ◦ green 104 ◦ blue 156

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

Shades of Pale Violet Red #DC689C

Tints of Pale Violet Red #DC689C

RGB

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

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

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

R = 45.83%
G = 21.67%
B = 32.5%

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

#DC689C (or 0xDC689C) is known color: Pale Violet Red. HEX triplet: DC, 68 and 9C. RGB value is (220,104,156). Sum of RGB (Red+Green+Blue) = 220+104+156=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 104 (41.02% from 255 or 21.67% from 480); Blue value is 156 (61.33% from 255 or 32.5% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC689C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC689C is #239763. Grayscale: #909090. Windows color (decimal): -2332516 or 10250460. OLE color: 10250460.

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

Color convert

RGB 220 104 156 -
CMYK 0 0.53 0.29 0.14
HSL 333.1º 0.62% 0.64% -
HSV(B) 333.1º 0.53% 0.86% -
XYZ 40.47 27.52 34.63 -
YUV 144.61 134.43 181.77 -
System Red Green Blue C M Y K H S L
Decimal 220 104 156 0 0.53 0.29 0.14 333.1 0.62 0.64
Hex DC 68 9C 0 35 1D E 14D 3E 40
Octal 334 150 234 0 65 35 16 515 76 100
Binary 11011100 1101000 10011100 0 110101 11101 1110 101001101 111110 1000000

Color Harmonies of #DC689C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC689C

Black with #DC689C

Text Example


Text Example

White with #DC689C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC689C; }

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

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

background-color css

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

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

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

border-color css

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

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

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