Html Css Color HEX #DF6573 Froly

📋 copy color: '#DF6573'

red 223 ◦ green 101 ◦ blue 115

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

Shades of Froly #DF6573

Tints of Froly #DF6573

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.01%

 BLUE value IS 115 (45.31% from 255) = 26.2%

R = 50.8%
G = 23.01%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF6573 (or 0xDF6573) is known color: Froly. HEX triplet: DF, 65 and 73. RGB value is (223,101,115). Sum of RGB (Red+Green+Blue) = 223+101+115=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6573 is #209A8C. Grayscale: #8B8B8B. Windows color (decimal): -2136717 or 7562719. OLE color: 7562719.

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

Color convert

RGB 223 101 115 -
CMYK 0 0.55 0.48 0.13
HSL 353.11º 0.66% 0.64% -
HSV(B) 353.11º 0.55% 0.87% -
XYZ 38.18 26.23 19.27 -
YUV 139.07 114.42 187.86 -
System Red Green Blue C M Y K H S L
Decimal 223 101 115 0 0.55 0.48 0.13 353.11 0.66 0.64
Hex DF 65 73 0 37 30 D 161 42 40
Octal 337 145 163 0 67 60 15 541 102 100
Binary 11011111 1100101 1110011 0 110111 110000 1101 101100001 1000010 1000000

Color Harmonies of #DF6573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6573

Black with #DF6573

Text Example


Text Example

White with #DF6573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6573; }

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

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

background-color css

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

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

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

border-color css

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

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

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