Html Css Color HEX #DC5F72 Froly

📋 copy color: '#DC5F72'

red 220 ◦ green 95 ◦ blue 114

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

Shades of Froly #DC5F72

Tints of Froly #DC5F72

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.14%

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

R = 51.28%
G = 22.14%
B = 26.57%

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

#DC5F72 (or 0xDC5F72) is known color: Froly. HEX triplet: DC, 5F and 72. RGB value is (220,95,114). Sum of RGB (Red+Green+Blue) = 220+95+114=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 95 (37.5% from 255 or 22.14% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5F72 is #23A08D. Grayscale: #868686. Windows color (decimal): -2334862 or 7495644. OLE color: 7495644.

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

Color convert

RGB 220 95 114 -
CMYK 0 0.57 0.48 0.14
HSL 350.88º 0.64% 0.62% -
HSV(B) 350.88º 0.57% 0.86% -
XYZ 36.64 24.61 18.74 -
YUV 134.54 116.41 188.96 -
System Red Green Blue C M Y K H S L
Decimal 220 95 114 0 0.57 0.48 0.14 350.88 0.64 0.62
Hex DC 5F 72 0 39 30 E 15F 40 3E
Octal 334 137 162 0 71 60 16 537 100 76
Binary 11011100 1011111 1110010 0 111001 110000 1110 101011111 1000000 111110

Color Harmonies of #DC5F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5F72

Black with #DC5F72

Text Example


Text Example

White with #DC5F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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