Html Css Color HEX #DC6A79 Froly

📋 copy color: '#DC6A79'

red 220 ◦ green 106 ◦ blue 121

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

Shades of Froly #DC6A79

Tints of Froly #DC6A79

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.71%

 BLUE value IS 121 (47.66% from 255) = 27.07%

R = 49.22%
G = 23.71%
B = 27.07%

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

#DC6A79 (or 0xDC6A79) is known color: Froly. HEX triplet: DC, 6A and 79. RGB value is (220,106,121). Sum of RGB (Red+Green+Blue) = 220+106+121=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 106 (41.80% from 255 or 23.71% from 447); Blue value is 121 (47.66% from 255 or 27.07% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6A79 is #239586. Grayscale: #8D8D8D. Windows color (decimal): -2332039 or 7957212. OLE color: 7957212.

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

Color convert

RGB 220 106 121 -
CMYK 0 0.52 0.45 0.14
HSL 352.11º 0.62% 0.64% -
HSV(B) 352.11º 0.52% 0.86% -
XYZ 38.12 26.9 21.27 -
YUV 141.8 116.27 183.78 -
System Red Green Blue C M Y K H S L
Decimal 220 106 121 0 0.52 0.45 0.14 352.11 0.62 0.64
Hex DC 6A 79 0 34 2D E 160 3E 40
Octal 334 152 171 0 64 55 16 540 76 100
Binary 11011100 1101010 1111001 0 110100 101101 1110 101100000 111110 1000000

Color Harmonies of #DC6A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6A79

Black with #DC6A79

Text Example


Text Example

White with #DC6A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6A79; }

 p { color: rgb(220,106,121); }

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

background-color css

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

 a { background-color: rgb(220,106,121); }

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

border-color css

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

 span { border-color: rgb(220,106,121); }

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