Html Css Color HEX #DC727B Froly

📋 copy color: '#DC727B'

red 220 ◦ green 114 ◦ blue 123

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

Shades of Froly #DC727B

Tints of Froly #DC727B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.91%

R = 48.14%
G = 24.95%
B = 26.91%

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

#DC727B (or 0xDC727B) is known color: Froly. HEX triplet: DC, 72 and 7B. RGB value is (220,114,123). Sum of RGB (Red+Green+Blue) = 220+114+123=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC727B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC727B is #238D84. Grayscale: #929292. Windows color (decimal): -2329989 or 8090332. OLE color: 8090332.

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

Color convert

RGB 220 114 123 -
CMYK 0 0.48 0.44 0.14
HSL 354.91º 0.6% 0.65% -
HSV(B) 354.91º 0.48% 0.86% -
XYZ 39.11 28.68 22.21 -
YUV 146.72 114.62 180.27 -
System Red Green Blue C M Y K H S L
Decimal 220 114 123 0 0.48 0.44 0.14 354.91 0.6 0.65
Hex DC 72 7B 0 30 2C E 163 3C 41
Octal 334 162 173 0 60 54 16 543 74 101
Binary 11011100 1110010 1111011 0 110000 101100 1110 101100011 111100 1000001

Color Harmonies of #DC727B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC727B

Black with #DC727B

Text Example


Text Example

White with #DC727B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC727B; }

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

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

background-color css

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

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

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

border-color css

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

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

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