Html Css Color HEX #DF6376 Froly

📋 copy color: '#DF6376'

red 223 ◦ green 99 ◦ blue 118

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

Shades of Froly #DF6376

Tints of Froly #DF6376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.5%

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

R = 50.68%
G = 22.5%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DF6376 (or 0xDF6376) is known color: Froly. HEX triplet: DF, 63 and 76. RGB value is (223,99,118). Sum of RGB (Red+Green+Blue) = 223+99+118=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 99 (39.06% from 255 or 22.5% from 440); Blue value is 118 (46.48% from 255 or 26.82% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6376 is #209C89. Grayscale: #8A8A8A. Windows color (decimal): -2137226 or 7758815. OLE color: 7758815.

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

Color convert

RGB 223 99 118 -
CMYK 0 0.56 0.47 0.13
HSL 350.81º 0.66% 0.63% -
HSV(B) 350.81º 0.56% 0.87% -
XYZ 38.16 25.92 20.13 -
YUV 138.24 116.58 188.46 -
System Red Green Blue C M Y K H S L
Decimal 223 99 118 0 0.56 0.47 0.13 350.81 0.66 0.63
Hex DF 63 76 0 38 2F D 15F 42 3F
Octal 337 143 166 0 70 57 15 537 102 77
Binary 11011111 1100011 1110110 0 111000 101111 1101 101011111 1000010 111111

Color Harmonies of #DF6376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6376

Black with #DF6376

Text Example


Text Example

White with #DF6376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6376; }

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

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

background-color css

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

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

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

border-color css

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

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

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