Html Css Color HEX #DF5E72 Froly

📋 copy color: '#DF5E72'

red 223 ◦ green 94 ◦ blue 114

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

Shades of Froly #DF5E72

Tints of Froly #DF5E72

RGB

 RED value IS 223 (87.5% from 255) = 51.74%

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

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

R = 51.74%
G = 21.81%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF5E72 (or 0xDF5E72) is known color: Froly. HEX triplet: DF, 5E and 72. RGB value is (223,94,114). Sum of RGB (Red+Green+Blue) = 223+94+114=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5E72 is #20A18D. Grayscale: #868686. Windows color (decimal): -2138510 or 7495391. OLE color: 7495391.

HSL color Cylindrical-coordinate representation of color #DF5E72: hue angle of 350.7º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF5E72 is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 94 114 -
CMYK 0 0.58 0.49 0.13
HSL 350.7º 0.67% 0.62% -
HSV(B) 350.7º 0.58% 0.87% -
XYZ 37.47 24.91 18.75 -
YUV 134.85 116.24 190.87 -
System Red Green Blue C M Y K H S L
Decimal 223 94 114 0 0.58 0.49 0.13 350.7 0.67 0.62
Hex DF 5E 72 0 3A 31 D 15F 43 3E
Octal 337 136 162 0 72 61 15 537 103 76
Binary 11011111 1011110 1110010 0 111010 110001 1101 101011111 1000011 111110

Color Harmonies of #DF5E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5E72

Black with #DF5E72

Text Example


Text Example

White with #DF5E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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