Html Css Color HEX #DC6178 Froly

📋 copy color: '#DC6178'

red 220 ◦ green 97 ◦ blue 120

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

Shades of Froly #DC6178

Tints of Froly #DC6178

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.2%

 BLUE value IS 120 (47.27% from 255) = 27.46%

R = 50.34%
G = 22.2%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC6178 (or 0xDC6178) is known color: Froly. HEX triplet: DC, 61 and 78. RGB value is (220,97,120). Sum of RGB (Red+Green+Blue) = 220+97+120=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 97 (38.28% from 255 or 22.20% from 437); Blue value is 120 (47.27% from 255 or 27.46% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6178 is #239E87. Grayscale: #888888. Windows color (decimal): -2334344 or 7889372. OLE color: 7889372.

HSL color Cylindrical-coordinate representation of color #DC6178: hue angle of 348.78º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC6178 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 97 120 -
CMYK 0 0.56 0.45 0.14
HSL 348.78º 0.64% 0.62% -
HSV(B) 348.78º 0.56% 0.86% -
XYZ 37.18 25.12 20.66 -
YUV 136.4 118.75 187.63 -
System Red Green Blue C M Y K H S L
Decimal 220 97 120 0 0.56 0.45 0.14 348.78 0.64 0.62
Hex DC 61 78 0 38 2D E 15D 40 3E
Octal 334 141 170 0 70 55 16 535 100 76
Binary 11011100 1100001 1111000 0 111000 101101 1110 101011101 1000000 111110

Color Harmonies of #DC6178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6178

Black with #DC6178

Text Example


Text Example

White with #DC6178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6178; }

 p { color: rgb(220,97,120); }

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

background-color css

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

 a { background-color: rgb(220,97,120); }

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

border-color css

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

 span { border-color: rgb(220,97,120); }

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