Html Css Color HEX #DC678D Pale Violet Red

📋 copy color: '#DC678D'

red 220 ◦ green 103 ◦ blue 141

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

Shades of Pale Violet Red #DC678D

Tints of Pale Violet Red #DC678D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.39%

R = 47.41%
G = 22.2%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC678D (or 0xDC678D) is known color: Pale Violet Red. HEX triplet: DC, 67 and 8D. RGB value is (220,103,141). Sum of RGB (Red+Green+Blue) = 220+103+141=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 103 (40.62% from 255 or 22.20% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC678D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC678D is #239872. Grayscale: #8E8E8E. Windows color (decimal): -2332787 or 9267164. OLE color: 9267164.

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

Color convert

RGB 220 103 141 -
CMYK 0 0.53 0.36 0.14
HSL 340.51º 0.63% 0.63% -
HSV(B) 340.51º 0.53% 0.86% -
XYZ 39.17 26.84 28.32 -
YUV 142.32 127.26 183.41 -
System Red Green Blue C M Y K H S L
Decimal 220 103 141 0 0.53 0.36 0.14 340.51 0.63 0.63
Hex DC 67 8D 0 35 24 E 155 3F 3F
Octal 334 147 215 0 65 44 16 525 77 77
Binary 11011100 1100111 10001101 0 110101 100100 1110 101010101 111111 111111

Color Harmonies of #DC678D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC678D

Black with #DC678D

Text Example


Text Example

White with #DC678D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC678D; }

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

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

background-color css

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

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

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

border-color css

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

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

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