Html Css Color HEX #DC6872 Froly

📋 copy color: '#DC6872'

red 220 ◦ green 104 ◦ blue 114

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

Shades of Froly #DC6872

Tints of Froly #DC6872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.03%

R = 50.23%
G = 23.74%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC6872 (or 0xDC6872) is known color: Froly. HEX triplet: DC, 68 and 72. RGB value is (220,104,114). Sum of RGB (Red+Green+Blue) = 220+104+114=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 104 (41.02% from 255 or 23.74% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6872 is #23978D. Grayscale: #8B8B8B. Windows color (decimal): -2332558 or 7497948. OLE color: 7497948.

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

Color convert

RGB 220 104 114 -
CMYK 0 0.53 0.48 0.14
HSL 354.83º 0.62% 0.64% -
HSV(B) 354.83º 0.53% 0.86% -
XYZ 37.5 26.33 19.03 -
YUV 139.82 113.43 185.19 -
System Red Green Blue C M Y K H S L
Decimal 220 104 114 0 0.53 0.48 0.14 354.83 0.62 0.64
Hex DC 68 72 0 35 30 E 163 3E 40
Octal 334 150 162 0 65 60 16 543 76 100
Binary 11011100 1101000 1110010 0 110101 110000 1110 101100011 111110 1000000

Color Harmonies of #DC6872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6872

Black with #DC6872

Text Example


Text Example

White with #DC6872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6872; }

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

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

background-color css

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

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

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

border-color css

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

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

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