Html Css Color HEX #DC727D Froly

📋 copy color: '#DC727D'

red 220 ◦ green 114 ◦ blue 125

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

Shades of Froly #DC727D

Tints of Froly #DC727D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.23%

R = 47.93%
G = 24.84%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC727D (or 0xDC727D) is known color: Froly. HEX triplet: DC, 72 and 7D. RGB value is (220,114,125). Sum of RGB (Red+Green+Blue) = 220+114+125=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC727D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC727D is #238D82. Grayscale: #939393. Windows color (decimal): -2329987 or 8221404. OLE color: 8221404.

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

Color convert

RGB 220 114 125 -
CMYK 0 0.48 0.43 0.14
HSL 353.77º 0.6% 0.65% -
HSV(B) 353.77º 0.48% 0.86% -
XYZ 39.23 28.73 22.88 -
YUV 146.95 115.62 180.11 -
System Red Green Blue C M Y K H S L
Decimal 220 114 125 0 0.48 0.43 0.14 353.77 0.6 0.65
Hex DC 72 7D 0 30 2B E 162 3C 41
Octal 334 162 175 0 60 53 16 542 74 101
Binary 11011100 1110010 1111101 0 110000 101011 1110 101100010 111100 1000001

Color Harmonies of #DC727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC727D

Black with #DC727D

Text Example


Text Example

White with #DC727D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC727D; }

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

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

background-color css

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

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

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

border-color css

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

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

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