Html Css Color HEX #DC6978 Froly

📋 copy color: '#DC6978'

red 220 ◦ green 105 ◦ blue 120

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

Shades of Froly #DC6978

Tints of Froly #DC6978

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.6%

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

R = 49.44%
G = 23.6%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC6978 (or 0xDC6978) is known color: Froly. HEX triplet: DC, 69 and 78. RGB value is (220,105,120). Sum of RGB (Red+Green+Blue) = 220+105+120=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 120 (47.27% from 255 or 26.97% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6978 is #239687. Grayscale: #8D8D8D. Windows color (decimal): -2332296 or 7891420. OLE color: 7891420.

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

Color convert

RGB 220 105 120 -
CMYK 0 0.52 0.45 0.14
HSL 352.17º 0.62% 0.64% -
HSV(B) 352.17º 0.52% 0.86% -
XYZ 37.96 26.67 20.92 -
YUV 141.1 116.1 184.28 -
System Red Green Blue C M Y K H S L
Decimal 220 105 120 0 0.52 0.45 0.14 352.17 0.62 0.64
Hex DC 69 78 0 34 2D E 160 3E 40
Octal 334 151 170 0 64 55 16 540 76 100
Binary 11011100 1101001 1111000 0 110100 101101 1110 101100000 111110 1000000

Color Harmonies of #DC6978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6978

Black with #DC6978

Text Example


Text Example

White with #DC6978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6978; }

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

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

background-color css

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

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

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

border-color css

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

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

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