Html Css Color HEX #DC616C Froly

📋 copy color: '#DC616C'

red 220 ◦ green 97 ◦ blue 108

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

Shades of Froly #DC616C

Tints of Froly #DC616C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.41%

R = 51.76%
G = 22.82%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC616C (or 0xDC616C) is known color: Froly. HEX triplet: DC, 61 and 6C. RGB value is (220,97,108). Sum of RGB (Red+Green+Blue) = 220+97+108=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC616C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC616C is #239E93. Grayscale: #878787. Windows color (decimal): -2334356 or 7102940. OLE color: 7102940.

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

Color convert

RGB 220 97 108 -
CMYK 0 0.56 0.51 0.14
HSL 354.63º 0.64% 0.62% -
HSV(B) 354.63º 0.56% 0.86% -
XYZ 36.5 24.85 17.06 -
YUV 135.03 112.75 188.61 -
System Red Green Blue C M Y K H S L
Decimal 220 97 108 0 0.56 0.51 0.14 354.63 0.64 0.62
Hex DC 61 6C 0 38 33 E 163 40 3E
Octal 334 141 154 0 70 63 16 543 100 76
Binary 11011100 1100001 1101100 0 111000 110011 1110 101100011 1000000 111110

Color Harmonies of #DC616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC616C

Black with #DC616C

Text Example


Text Example

White with #DC616C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC616C; }

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

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

background-color css

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

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

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

border-color css

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

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

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