Html Css Color HEX #DC6671 Froly

📋 copy color: '#DC6671'

red 220 ◦ green 102 ◦ blue 113

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

Shades of Froly #DC6671

Tints of Froly #DC6671

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.45%

 BLUE value IS 113 (44.53% from 255) = 25.98%

R = 50.57%
G = 23.45%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC6671 (or 0xDC6671) is known color: Froly. HEX triplet: DC, 66 and 71. RGB value is (220,102,113). Sum of RGB (Red+Green+Blue) = 220+102+113=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6671 is #23998E. Grayscale: #8A8A8A. Windows color (decimal): -2333071 or 7431900. OLE color: 7431900.

HSL color Cylindrical-coordinate representation of color #DC6671: hue angle of 354.41º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC6671 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 102 113 -
CMYK 0 0.54 0.49 0.14
HSL 354.41º 0.63% 0.63% -
HSV(B) 354.41º 0.54% 0.86% -
XYZ 37.25 25.91 18.66 -
YUV 138.54 113.59 186.11 -
System Red Green Blue C M Y K H S L
Decimal 220 102 113 0 0.54 0.49 0.14 354.41 0.63 0.63
Hex DC 66 71 0 36 31 E 162 3F 3F
Octal 334 146 161 0 66 61 16 542 77 77
Binary 11011100 1100110 1110001 0 110110 110001 1110 101100010 111111 111111

Color Harmonies of #DC6671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6671

Black with #DC6671

Text Example


Text Example

White with #DC6671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6671; }

 p { color: rgb(220,102,113); }

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

background-color css

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

 a { background-color: rgb(220,102,113); }

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

border-color css

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

 span { border-color: rgb(220,102,113); }

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