Html Css Color HEX #DC6176 Froly

📋 copy color: '#DC6176'

red 220 ◦ green 97 ◦ blue 118

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

Shades of Froly #DC6176

Tints of Froly #DC6176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.13%

R = 50.57%
G = 22.3%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC6176 (or 0xDC6176) is known color: Froly. HEX triplet: DC, 61 and 76. RGB value is (220,97,118). Sum of RGB (Red+Green+Blue) = 220+97+118=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 97 (38.28% from 255 or 22.30% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6176 is #239E89. Grayscale: #888888. Windows color (decimal): -2334346 or 7758300. OLE color: 7758300.

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

Color convert

RGB 220 97 118 -
CMYK 0 0.56 0.46 0.14
HSL 349.76º 0.64% 0.62% -
HSV(B) 349.76º 0.56% 0.86% -
XYZ 37.06 25.07 20.03 -
YUV 136.17 117.75 187.79 -
System Red Green Blue C M Y K H S L
Decimal 220 97 118 0 0.56 0.46 0.14 349.76 0.64 0.62
Hex DC 61 76 0 38 2E E 15E 40 3E
Octal 334 141 166 0 70 56 16 536 100 76
Binary 11011100 1100001 1110110 0 111000 101110 1110 101011110 1000000 111110

Color Harmonies of #DC6176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6176

Black with #DC6176

Text Example


Text Example

White with #DC6176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6176; }

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

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

background-color css

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

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

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

border-color css

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

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

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