Html Css Color HEX #DC6B78 Froly

📋 copy color: '#DC6B78'

red 220 ◦ green 107 ◦ blue 120

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

Shades of Froly #DC6B78

Tints of Froly #DC6B78

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.94%

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

R = 49.22%
G = 23.94%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC6B78 (or 0xDC6B78) is known color: Froly. HEX triplet: DC, 6B and 78. RGB value is (220,107,120). Sum of RGB (Red+Green+Blue) = 220+107+120=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 107 (42.19% from 255 or 23.94% from 447); Blue value is 120 (47.27% from 255 or 26.85% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6B78 is #239487. Grayscale: #8E8E8E. Windows color (decimal): -2331784 or 7891932. OLE color: 7891932.

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

Color convert

RGB 220 107 120 -
CMYK 0 0.51 0.45 0.14
HSL 353.1º 0.62% 0.64% -
HSV(B) 353.1º 0.51% 0.86% -
XYZ 38.16 27.09 20.99 -
YUV 142.27 115.44 183.44 -
System Red Green Blue C M Y K H S L
Decimal 220 107 120 0 0.51 0.45 0.14 353.1 0.62 0.64
Hex DC 6B 78 0 33 2D E 161 3E 40
Octal 334 153 170 0 63 55 16 541 76 100
Binary 11011100 1101011 1111000 0 110011 101101 1110 101100001 111110 1000000

Color Harmonies of #DC6B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6B78

Black with #DC6B78

Text Example


Text Example

White with #DC6B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6B78; }

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

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

background-color css

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

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

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

border-color css

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

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

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