Html Css Color HEX #DC6871 Froly

📋 copy color: '#DC6871'

red 220 ◦ green 104 ◦ blue 113

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

Shades of Froly #DC6871

Tints of Froly #DC6871

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.8%

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

R = 50.34%
G = 23.8%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC6871 (or 0xDC6871) is known color: Froly. HEX triplet: DC, 68 and 71. RGB value is (220,104,113). Sum of RGB (Red+Green+Blue) = 220+104+113=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 113 (44.53% from 255 or 25.86% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6871 is #23978E. Grayscale: #8B8B8B. Windows color (decimal): -2332559 or 7432412. OLE color: 7432412.

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

Color convert

RGB 220 104 113 -
CMYK 0 0.53 0.49 0.14
HSL 355.34º 0.62% 0.64% -
HSV(B) 355.34º 0.53% 0.86% -
XYZ 37.45 26.31 18.73 -
YUV 139.71 112.93 185.27 -
System Red Green Blue C M Y K H S L
Decimal 220 104 113 0 0.53 0.49 0.14 355.34 0.62 0.64
Hex DC 68 71 0 35 31 E 163 3E 40
Octal 334 150 161 0 65 61 16 543 76 100
Binary 11011100 1101000 1110001 0 110101 110001 1110 101100011 111110 1000000

Color Harmonies of #DC6871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6871

Black with #DC6871

Text Example


Text Example

White with #DC6871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6871; }

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

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

background-color css

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

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

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

border-color css

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

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

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