Html Css Color HEX #DF5C6D Froly

📋 copy color: '#DF5C6D'

red 223 ◦ green 92 ◦ blue 109

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

Shades of Froly #DF5C6D

Tints of Froly #DF5C6D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.7%

 BLUE value IS 109 (42.97% from 255) = 25.71%

R = 52.59%
G = 21.7%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DF5C6D (or 0xDF5C6D) is known color: Froly. HEX triplet: DF, 5C and 6D. RGB value is (223,92,109). Sum of RGB (Red+Green+Blue) = 223+92+109=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 92 (36.33% from 255 or 21.70% from 424); Blue value is 109 (42.97% from 255 or 25.71% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5C6D is #20A392. Grayscale: #858585. Windows color (decimal): -2139027 or 7167199. OLE color: 7167199.

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

Color convert

RGB 223 92 109 -
CMYK 0 0.59 0.51 0.13
HSL 352.21º 0.67% 0.62% -
HSV(B) 352.21º 0.59% 0.87% -
XYZ 37.02 24.45 17.24 -
YUV 133.11 114.4 192.12 -
System Red Green Blue C M Y K H S L
Decimal 223 92 109 0 0.59 0.51 0.13 352.21 0.67 0.62
Hex DF 5C 6D 0 3B 33 D 160 43 3E
Octal 337 134 155 0 73 63 15 540 103 76
Binary 11011111 1011100 1101101 0 111011 110011 1101 101100000 1000011 111110

Color Harmonies of #DF5C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5C6D

Black with #DF5C6D

Text Example


Text Example

White with #DF5C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5C6D; }

 p { color: rgb(223,92,109); }

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

background-color css

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

 a { background-color: rgb(223,92,109); }

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

border-color css

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

 span { border-color: rgb(223,92,109); }

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