Html Css Color HEX #DC689F Pale Violet Red

📋 copy color: '#DC689F'

red 220 ◦ green 104 ◦ blue 159

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

Shades of Pale Violet Red #DC689F

Tints of Pale Violet Red #DC689F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.92%

R = 45.55%
G = 21.53%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC689F (or 0xDC689F) is known color: Pale Violet Red. HEX triplet: DC, 68 and 9F. RGB value is (220,104,159). Sum of RGB (Red+Green+Blue) = 220+104+159=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 104 (41.02% from 255 or 21.53% from 483); Blue value is 159 (62.5% from 255 or 32.92% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC689F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC689F is #239760. Grayscale: #909090. Windows color (decimal): -2332513 or 10447068. OLE color: 10447068.

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

Color convert

RGB 220 104 159 -
CMYK 0 0.53 0.28 0.14
HSL 331.55º 0.62% 0.64% -
HSV(B) 331.55º 0.53% 0.86% -
XYZ 40.72 27.62 35.99 -
YUV 144.95 135.93 181.53 -
System Red Green Blue C M Y K H S L
Decimal 220 104 159 0 0.53 0.28 0.14 331.55 0.62 0.64
Hex DC 68 9F 0 35 1C E 14C 3E 40
Octal 334 150 237 0 65 34 16 514 76 100
Binary 11011100 1101000 10011111 0 110101 11100 1110 101001100 111110 1000000

Color Harmonies of #DC689F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC689F

Black with #DC689F

Text Example


Text Example

White with #DC689F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC689F; }

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

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

background-color css

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

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

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

border-color css

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

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

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