Html Css Color HEX #DC679E Pale Violet Red

📋 copy color: '#DC679E'

red 220 ◦ green 103 ◦ blue 158

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

Shades of Pale Violet Red #DC679E

Tints of Pale Violet Red #DC679E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.41%

 BLUE value IS 158 (62.11% from 255) = 32.85%

R = 45.74%
G = 21.41%
B = 32.85%

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

#DC679E (or 0xDC679E) is known color: Pale Violet Red. HEX triplet: DC, 67 and 9E. RGB value is (220,103,158). Sum of RGB (Red+Green+Blue) = 220+103+158=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 103 (40.62% from 255 or 21.41% from 481); Blue value is 158 (62.11% from 255 or 32.85% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC679E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC679E is #239861. Grayscale: #909090. Windows color (decimal): -2332770 or 10381276. OLE color: 10381276.

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

Color convert

RGB 220 103 158 -
CMYK 0 0.53 0.28 0.14
HSL 331.79º 0.63% 0.63% -
HSV(B) 331.79º 0.53% 0.86% -
XYZ 40.54 27.38 35.5 -
YUV 144.25 135.76 182.03 -
System Red Green Blue C M Y K H S L
Decimal 220 103 158 0 0.53 0.28 0.14 331.79 0.63 0.63
Hex DC 67 9E 0 35 1C E 14C 3F 3F
Octal 334 147 236 0 65 34 16 514 77 77
Binary 11011100 1100111 10011110 0 110101 11100 1110 101001100 111111 111111

Color Harmonies of #DC679E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC679E

Black with #DC679E

Text Example


Text Example

White with #DC679E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC679E; }

 p { color: rgb(220,103,158); }

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

background-color css

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

 a { background-color: rgb(220,103,158); }

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

border-color css

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

 span { border-color: rgb(220,103,158); }

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