Html Css Color HEX #DF646E Froly

📋 copy color: '#DF646E'

red 223 ◦ green 100 ◦ blue 110

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

Shades of Froly #DF646E

Tints of Froly #DF646E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.09%

 BLUE value IS 110 (43.36% from 255) = 25.4%

R = 51.5%
G = 23.09%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DF646E (or 0xDF646E) is known color: Froly. HEX triplet: DF, 64 and 6E. RGB value is (223,100,110). Sum of RGB (Red+Green+Blue) = 223+100+110=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 110 (43.36% from 255 or 25.40% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF646E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF646E is #209B91. Grayscale: #8A8A8A. Windows color (decimal): -2136978 or 7234783. OLE color: 7234783.

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

Color convert

RGB 223 100 110 -
CMYK 0 0.55 0.51 0.13
HSL 355.12º 0.66% 0.63% -
HSV(B) 355.12º 0.55% 0.87% -
XYZ 37.8 25.93 17.76 -
YUV 137.92 112.25 188.69 -
System Red Green Blue C M Y K H S L
Decimal 223 100 110 0 0.55 0.51 0.13 355.12 0.66 0.63
Hex DF 64 6E 0 37 33 D 163 42 3F
Octal 337 144 156 0 67 63 15 543 102 77
Binary 11011111 1100100 1101110 0 110111 110011 1101 101100011 1000010 111111

Color Harmonies of #DF646E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF646E

Black with #DF646E

Text Example


Text Example

White with #DF646E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF646E; }

 p { color: rgb(223,100,110); }

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

background-color css

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

 a { background-color: rgb(223,100,110); }

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

border-color css

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

 span { border-color: rgb(223,100,110); }

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