Html Css Color HEX #DC727C Froly

📋 copy color: '#DC727C'

red 220 ◦ green 114 ◦ blue 124

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

Shades of Froly #DC727C

Tints of Froly #DC727C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.89%

 BLUE value IS 124 (48.83% from 255) = 27.07%

R = 48.03%
G = 24.89%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC727C (or 0xDC727C) is known color: Froly. HEX triplet: DC, 72 and 7C. RGB value is (220,114,124). Sum of RGB (Red+Green+Blue) = 220+114+124=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC727C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC727C is #238D83. Grayscale: #929292. Windows color (decimal): -2329988 or 8155868. OLE color: 8155868.

HSL color Cylindrical-coordinate representation of color #DC727C: hue angle of 354.34º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC727C is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 114 124 -
CMYK 0 0.48 0.44 0.14
HSL 354.34º 0.6% 0.65% -
HSV(B) 354.34º 0.48% 0.86% -
XYZ 39.17 28.71 22.54 -
YUV 146.83 115.12 180.19 -
System Red Green Blue C M Y K H S L
Decimal 220 114 124 0 0.48 0.44 0.14 354.34 0.6 0.65
Hex DC 72 7C 0 30 2C E 162 3C 41
Octal 334 162 174 0 60 54 16 542 74 101
Binary 11011100 1110010 1111100 0 110000 101100 1110 101100010 111100 1000001

Color Harmonies of #DC727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC727C

Black with #DC727C

Text Example


Text Example

White with #DC727C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC727C; }

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

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

background-color css

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

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

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

border-color css

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

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

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