Html Css Color HEX #DC6870 Froly

📋 copy color: '#DC6870'

red 220 ◦ green 104 ◦ blue 112

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

Shades of Froly #DC6870

Tints of Froly #DC6870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.69%

R = 50.46%
G = 23.85%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC6870 (or 0xDC6870) is known color: Froly. HEX triplet: DC, 68 and 70. RGB value is (220,104,112). Sum of RGB (Red+Green+Blue) = 220+104+112=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6870 is #23978F. Grayscale: #8B8B8B. Windows color (decimal): -2332560 or 7366876. OLE color: 7366876.

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

Color convert

RGB 220 104 112 -
CMYK 0 0.53 0.49 0.14
HSL 355.86º 0.62% 0.64% -
HSV(B) 355.86º 0.53% 0.86% -
XYZ 37.39 26.29 18.43 -
YUV 139.6 112.43 185.35 -
System Red Green Blue C M Y K H S L
Decimal 220 104 112 0 0.53 0.49 0.14 355.86 0.62 0.64
Hex DC 68 70 0 35 31 E 164 3E 40
Octal 334 150 160 0 65 61 16 544 76 100
Binary 11011100 1101000 1110000 0 110101 110001 1110 101100100 111110 1000000

Color Harmonies of #DC6870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6870

Black with #DC6870

Text Example


Text Example

White with #DC6870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6870; }

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

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

background-color css

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

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

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

border-color css

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

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

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