Html Css Color HEX #DF6072 Froly

📋 copy color: '#DF6072'

red 223 ◦ green 96 ◦ blue 114

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

Shades of Froly #DF6072

Tints of Froly #DF6072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.33%

R = 51.5%
G = 22.17%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF6072 (or 0xDF6072) is known color: Froly. HEX triplet: DF, 60 and 72. RGB value is (223,96,114). Sum of RGB (Red+Green+Blue) = 223+96+114=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6072 is #209F8D. Grayscale: #888888. Windows color (decimal): -2137998 or 7495903. OLE color: 7495903.

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

Color convert

RGB 223 96 114 -
CMYK 0 0.57 0.49 0.13
HSL 351.5º 0.66% 0.63% -
HSV(B) 351.5º 0.57% 0.87% -
XYZ 37.65 25.27 18.81 -
YUV 136.03 115.58 190.04 -
System Red Green Blue C M Y K H S L
Decimal 223 96 114 0 0.57 0.49 0.13 351.5 0.66 0.63
Hex DF 60 72 0 39 31 D 15F 42 3F
Octal 337 140 162 0 71 61 15 537 102 77
Binary 11011111 1100000 1110010 0 111001 110001 1101 101011111 1000010 111111

Color Harmonies of #DF6072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6072

Black with #DF6072

Text Example


Text Example

White with #DF6072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6072; }

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

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

background-color css

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

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

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

border-color css

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

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

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