Html Css Color HEX #DC616A Froly

📋 copy color: '#DC616A'

red 220 ◦ green 97 ◦ blue 106

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

Shades of Froly #DC616A

Tints of Froly #DC616A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.06%

R = 52.01%
G = 22.93%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC616A (or 0xDC616A) is known color: Froly. HEX triplet: DC, 61 and 6A. RGB value is (220,97,106). Sum of RGB (Red+Green+Blue) = 220+97+106=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 106 (41.80% from 255 or 25.06% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC616A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC616A is #239E95. Grayscale: #868686. Windows color (decimal): -2334358 or 6971868. OLE color: 6971868.

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

Color convert

RGB 220 97 106 -
CMYK 0 0.56 0.52 0.14
HSL 355.61º 0.64% 0.62% -
HSV(B) 355.61º 0.56% 0.86% -
XYZ 36.39 24.81 16.51 -
YUV 134.8 111.75 188.77 -
System Red Green Blue C M Y K H S L
Decimal 220 97 106 0 0.56 0.52 0.14 355.61 0.64 0.62
Hex DC 61 6A 0 38 34 E 164 40 3E
Octal 334 141 152 0 70 64 16 544 100 76
Binary 11011100 1100001 1101010 0 111000 110100 1110 101100100 1000000 111110

Color Harmonies of #DC616A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC616A

Black with #DC616A

Text Example


Text Example

White with #DC616A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC616A; }

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

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

background-color css

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

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

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

border-color css

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

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

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