Html Css Color HEX #DC6174 Froly

📋 copy color: '#DC6174'

red 220 ◦ green 97 ◦ blue 116

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

Shades of Froly #DC6174

Tints of Froly #DC6174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.79%

R = 50.81%
G = 22.4%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC6174 (or 0xDC6174) is known color: Froly. HEX triplet: DC, 61 and 74. RGB value is (220,97,116). Sum of RGB (Red+Green+Blue) = 220+97+116=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 97 (38.28% from 255 or 22.40% from 433); Blue value is 116 (45.70% from 255 or 26.79% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6174 is #239E8B. Grayscale: #878787. Windows color (decimal): -2334348 or 7627228. OLE color: 7627228.

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

Color convert

RGB 220 97 116 -
CMYK 0 0.56 0.47 0.14
HSL 350.73º 0.64% 0.62% -
HSV(B) 350.73º 0.56% 0.86% -
XYZ 36.94 25.03 19.41 -
YUV 135.94 116.75 187.96 -
System Red Green Blue C M Y K H S L
Decimal 220 97 116 0 0.56 0.47 0.14 350.73 0.64 0.62
Hex DC 61 74 0 38 2F E 15F 40 3E
Octal 334 141 164 0 70 57 16 537 100 76
Binary 11011100 1100001 1110100 0 111000 101111 1110 101011111 1000000 111110

Color Harmonies of #DC6174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6174

Black with #DC6174

Text Example


Text Example

White with #DC6174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6174; }

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

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

background-color css

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

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

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

border-color css

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

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

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