Html Css Color HEX #DC687D Froly

📋 copy color: '#DC687D'

red 220 ◦ green 104 ◦ blue 125

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

Shades of Froly #DC687D

Tints of Froly #DC687D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.84%

R = 49%
G = 23.16%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC687D (or 0xDC687D) is known color: Froly. HEX triplet: DC, 68 and 7D. RGB value is (220,104,125). Sum of RGB (Red+Green+Blue) = 220+104+125=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC687D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC687D is #239782. Grayscale: #8D8D8D. Windows color (decimal): -2332547 or 8218844. OLE color: 8218844.

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

Color convert

RGB 220 104 125 -
CMYK 0 0.53 0.43 0.14
HSL 349.14º 0.62% 0.64% -
HSV(B) 349.14º 0.53% 0.86% -
XYZ 38.17 26.6 22.52 -
YUV 141.08 118.93 184.29 -
System Red Green Blue C M Y K H S L
Decimal 220 104 125 0 0.53 0.43 0.14 349.14 0.62 0.64
Hex DC 68 7D 0 35 2B E 15D 3E 40
Octal 334 150 175 0 65 53 16 535 76 100
Binary 11011100 1101000 1111101 0 110101 101011 1110 101011101 111110 1000000

Color Harmonies of #DC687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC687D

Black with #DC687D

Text Example


Text Example

White with #DC687D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC687D; }

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

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

background-color css

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

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

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

border-color css

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

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

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