Html Css Color HEX #DC6877 Froly

📋 copy color: '#DC6877'

red 220 ◦ green 104 ◦ blue 119

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

Shades of Froly #DC6877

Tints of Froly #DC6877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.86%

R = 49.66%
G = 23.48%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC6877 (or 0xDC6877) is known color: Froly. HEX triplet: DC, 68 and 77. RGB value is (220,104,119). Sum of RGB (Red+Green+Blue) = 220+104+119=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 119 (46.88% from 255 or 26.86% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6877 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6877 is #239788. Grayscale: #8C8C8C. Windows color (decimal): -2332553 or 7825628. OLE color: 7825628.

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

Color convert

RGB 220 104 119 -
CMYK 0 0.53 0.46 0.14
HSL 352.24º 0.62% 0.64% -
HSV(B) 352.24º 0.53% 0.86% -
XYZ 37.8 26.45 20.57 -
YUV 140.39 115.93 184.78 -
System Red Green Blue C M Y K H S L
Decimal 220 104 119 0 0.53 0.46 0.14 352.24 0.62 0.64
Hex DC 68 77 0 35 2E E 160 3E 40
Octal 334 150 167 0 65 56 16 540 76 100
Binary 11011100 1101000 1110111 0 110101 101110 1110 101100000 111110 1000000

Color Harmonies of #DC6877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6877

Black with #DC6877

Text Example


Text Example

White with #DC6877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6877; }

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

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

background-color css

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

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

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

border-color css

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

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

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