Html Css Color HEX #DF616D Froly

📋 copy color: '#DF616D'

red 223 ◦ green 97 ◦ blue 109

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

Shades of Froly #DF616D

Tints of Froly #DF616D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.61%

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

R = 51.98%
G = 22.61%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DF616D (or 0xDF616D) is known color: Froly. HEX triplet: DF, 61 and 6D. RGB value is (223,97,109). Sum of RGB (Red+Green+Blue) = 223+97+109=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF616D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF616D is #209E92. Grayscale: #888888. Windows color (decimal): -2137747 or 7168479. OLE color: 7168479.

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

Color convert

RGB 223 97 109 -
CMYK 0 0.57 0.51 0.13
HSL 354.29º 0.66% 0.63% -
HSV(B) 354.29º 0.57% 0.87% -
XYZ 37.47 25.34 17.38 -
YUV 136.04 112.74 190.02 -
System Red Green Blue C M Y K H S L
Decimal 223 97 109 0 0.57 0.51 0.13 354.29 0.66 0.63
Hex DF 61 6D 0 39 33 D 162 42 3F
Octal 337 141 155 0 71 63 15 542 102 77
Binary 11011111 1100001 1101101 0 111001 110011 1101 101100010 1000010 111111

Color Harmonies of #DF616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF616D

Black with #DF616D

Text Example


Text Example

White with #DF616D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF616D; }

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

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

background-color css

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

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

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

border-color css

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

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

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