Html Css Color HEX #DF6178 Froly

📋 copy color: '#DF6178'

red 223 ◦ green 97 ◦ blue 120

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

Shades of Froly #DF6178

Tints of Froly #DF6178

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.05%

 BLUE value IS 120 (47.27% from 255) = 27.27%

R = 50.68%
G = 22.05%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DF6178 (or 0xDF6178) is known color: Froly. HEX triplet: DF, 61 and 78. RGB value is (223,97,120). Sum of RGB (Red+Green+Blue) = 223+97+120=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 120 (47.27% from 255 or 27.27% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6178 is #209E87. Grayscale: #898989. Windows color (decimal): -2137736 or 7889375. OLE color: 7889375.

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

Color convert

RGB 223 97 120 -
CMYK 0 0.57 0.46 0.13
HSL 349.05º 0.66% 0.63% -
HSV(B) 349.05º 0.57% 0.87% -
XYZ 38.1 25.59 20.7 -
YUV 137.3 118.24 189.13 -
System Red Green Blue C M Y K H S L
Decimal 223 97 120 0 0.57 0.46 0.13 349.05 0.66 0.63
Hex DF 61 78 0 39 2E D 15D 42 3F
Octal 337 141 170 0 71 56 15 535 102 77
Binary 11011111 1100001 1111000 0 111001 101110 1101 101011101 1000010 111111

Color Harmonies of #DF6178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6178

Black with #DF6178

Text Example


Text Example

White with #DF6178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6178; }

 p { color: rgb(223,97,120); }

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

background-color css

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

 a { background-color: rgb(223,97,120); }

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

border-color css

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

 span { border-color: rgb(223,97,120); }

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