Html Css Color HEX #DC727A Froly

📋 copy color: '#DC727A'

red 220 ◦ green 114 ◦ blue 122

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

Shades of Froly #DC727A

Tints of Froly #DC727A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.75%

R = 48.25%
G = 25%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC727A (or 0xDC727A) is known color: Froly. HEX triplet: DC, 72 and 7A. RGB value is (220,114,122). Sum of RGB (Red+Green+Blue) = 220+114+122=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 122 (48.05% from 255 or 26.75% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC727A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC727A is #238D85. Grayscale: #929292. Windows color (decimal): -2329990 or 8024796. OLE color: 8024796.

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

Color convert

RGB 220 114 122 -
CMYK 0 0.48 0.45 0.14
HSL 355.47º 0.6% 0.65% -
HSV(B) 355.47º 0.48% 0.86% -
XYZ 39.05 28.66 21.89 -
YUV 146.61 114.12 180.35 -
System Red Green Blue C M Y K H S L
Decimal 220 114 122 0 0.48 0.45 0.14 355.47 0.6 0.65
Hex DC 72 7A 0 30 2D E 163 3C 41
Octal 334 162 172 0 60 55 16 543 74 101
Binary 11011100 1110010 1111010 0 110000 101101 1110 101100011 111100 1000001

Color Harmonies of #DC727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC727A

Black with #DC727A

Text Example


Text Example

White with #DC727A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC727A; }

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

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

background-color css

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

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

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

border-color css

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

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

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