Html Css Color HEX #DC5E72 Froly

📋 copy color: '#DC5E72'

red 220 ◦ green 94 ◦ blue 114

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

Shades of Froly #DC5E72

Tints of Froly #DC5E72

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.96%

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

R = 51.4%
G = 21.96%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC5E72 (or 0xDC5E72) is known color: Froly. HEX triplet: DC, 5E and 72. RGB value is (220,94,114). Sum of RGB (Red+Green+Blue) = 220+94+114=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 94 (37.11% from 255 or 21.96% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5E72 is #23A18D. Grayscale: #868686. Windows color (decimal): -2335118 or 7495388. OLE color: 7495388.

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

Color convert

RGB 220 94 114 -
CMYK 0 0.57 0.48 0.14
HSL 350.48º 0.64% 0.62% -
HSV(B) 350.48º 0.57% 0.86% -
XYZ 36.56 24.44 18.71 -
YUV 133.95 116.74 189.37 -
System Red Green Blue C M Y K H S L
Decimal 220 94 114 0 0.57 0.48 0.14 350.48 0.64 0.62
Hex DC 5E 72 0 39 30 E 15E 40 3E
Octal 334 136 162 0 71 60 16 536 100 76
Binary 11011100 1011110 1110010 0 111001 110000 1110 101011110 1000000 111110

Color Harmonies of #DC5E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5E72

Black with #DC5E72

Text Example


Text Example

White with #DC5E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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