Html Css Color HEX #DF6076 Froly

📋 copy color: '#DF6076'

red 223 ◦ green 96 ◦ blue 118

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

Shades of Froly #DF6076

Tints of Froly #DF6076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27%

R = 51.03%
G = 21.97%
B = 27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DF6076 (or 0xDF6076) is known color: Froly. HEX triplet: DF, 60 and 76. RGB value is (223,96,118). Sum of RGB (Red+Green+Blue) = 223+96+118=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6076 is #209F89. Grayscale: #888888. Windows color (decimal): -2137994 or 7758047. OLE color: 7758047.

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

Color convert

RGB 223 96 118 -
CMYK 0 0.57 0.47 0.13
HSL 349.61º 0.66% 0.63% -
HSV(B) 349.61º 0.57% 0.87% -
XYZ 37.88 25.36 20.04 -
YUV 136.48 117.58 189.71 -
System Red Green Blue C M Y K H S L
Decimal 223 96 118 0 0.57 0.47 0.13 349.61 0.66 0.63
Hex DF 60 76 0 39 2F D 15E 42 3F
Octal 337 140 166 0 71 57 15 536 102 77
Binary 11011111 1100000 1110110 0 111001 101111 1101 101011110 1000010 111111

Color Harmonies of #DF6076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6076

Black with #DF6076

Text Example


Text Example

White with #DF6076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6076; }

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

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

background-color css

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

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

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

border-color css

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

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

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