Html Css Color HEX #DF6073 Froly

📋 copy color: '#DF6073'

red 223 ◦ green 96 ◦ blue 115

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

Shades of Froly #DF6073

Tints of Froly #DF6073

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.12%

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

R = 51.38%
G = 22.12%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF6073 (or 0xDF6073) is known color: Froly. HEX triplet: DF, 60 and 73. RGB value is (223,96,115). Sum of RGB (Red+Green+Blue) = 223+96+115=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6073 is #209F8C. Grayscale: #888888. Windows color (decimal): -2137997 or 7561439. OLE color: 7561439.

HSL color Cylindrical-coordinate representation of color #DF6073: hue angle of 351.02º 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 #DF6073 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 96 115 -
CMYK 0 0.57 0.48 0.13
HSL 351.02º 0.66% 0.63% -
HSV(B) 351.02º 0.57% 0.87% -
XYZ 37.71 25.29 19.11 -
YUV 136.14 116.08 189.96 -
System Red Green Blue C M Y K H S L
Decimal 223 96 115 0 0.57 0.48 0.13 351.02 0.66 0.63
Hex DF 60 73 0 39 30 D 15F 42 3F
Octal 337 140 163 0 71 60 15 537 102 77
Binary 11011111 1100000 1110011 0 111001 110000 1101 101011111 1000010 111111

Color Harmonies of #DF6073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6073

Black with #DF6073

Text Example


Text Example

White with #DF6073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6073; }

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

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

background-color css

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

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

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

border-color css

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

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

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