Html Css Color HEX #DF737D Froly

📋 copy color: '#DF737D'

red 223 ◦ green 115 ◦ blue 125

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

Shades of Froly #DF737D

Tints of Froly #DF737D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.84%

 BLUE value IS 125 (49.22% from 255) = 27%

R = 48.16%
G = 24.84%
B = 27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DF737D (or 0xDF737D) is known color: Froly. HEX triplet: DF, 73 and 7D. RGB value is (223,115,125). Sum of RGB (Red+Green+Blue) = 223+115+125=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DF737D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF737D is #208C82. Grayscale: #949494. Windows color (decimal): -2133123 or 8221663. OLE color: 8221663.

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

Color convert

RGB 223 115 125 -
CMYK 0 0.48 0.44 0.13
HSL 354.44º 0.63% 0.66% -
HSV(B) 354.44º 0.48% 0.87% -
XYZ 40.26 29.43 22.96 -
YUV 148.43 114.78 181.19 -
System Red Green Blue C M Y K H S L
Decimal 223 115 125 0 0.48 0.44 0.13 354.44 0.63 0.66
Hex DF 73 7D 0 30 2C D 162 3F 42
Octal 337 163 175 0 60 54 15 542 77 102
Binary 11011111 1110011 1111101 0 110000 101100 1101 101100010 111111 1000010

Color Harmonies of #DF737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF737D

Black with #DF737D

Text Example


Text Example

White with #DF737D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF737D; }

 p { color: rgb(223,115,125); }

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

background-color css

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

 a { background-color: rgb(223,115,125); }

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

border-color css

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

 span { border-color: rgb(223,115,125); }

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